Finddune-istl.cmake: Add UMFPACK as an optional dependency

this makes the cmake module useable in downstream modules which do not
explicitly specify an UMFPACK dependency...
This commit is contained in:
Andreas Lauser
2015-04-28 12:33:05 +02:00
parent e9c14bdc88
commit fdd4d3464d

View File

@@ -17,7 +17,8 @@ find_opm_package (
# required dependencies
"dune-common REQUIRED;
SuperLU
SuperLU;
SuiteSparse COMPONENTS umfpack
"
# header to search for
"dune/istl/bcrsmatrix.hh"