.. _FindUMFPack:

FindUMFPack
===========

.. cmake_module::

   Find the UMFPack library

.. deprecated:: 3.0
   Use :code:`find_package(SuiteSparse OPTIONAL_COMPONENTS UMFPACK)` instead

   You may set the following variables to modify the
   behaviour of this module:

   :ref:`UMFPACK_ROOT`
      Path list to search for UMFPack.

   Sets the following variables:

   :code:`UMFPACK_FOUND`
      True if the GMP library was found.

   :code:`UMFPACK_INCLUDE_DIRS`
      List of include directories with the UMFPack headers

   :code:`UMFPACK_LIBRARIES`
      List of libraries to link with UMFPack.

