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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user