don't mark UMFpack as required for opm-simulators

before OPM/opm-simulators#1309 it was required, but this was not
enforced by the build system because the SuiteSparse tests are run by
the opm-core build system first and UMFpack is optional there.

thanks to [at]akva2 and [at]blattms for the heads-up.
This commit is contained in:
Andreas Lauser
2017-10-25 16:48:33 +02:00
parent 683bca9131
commit fe7938d82a

View File

@@ -26,7 +26,7 @@ set (opm-simulators_DEPS
dune-istl REQUIRED"
"ERTPython"
# Tim Davis' SuiteSparse archive
"SuiteSparse COMPONENTS umfpack REQUIRED"
"SuiteSparse COMPONENTS umfpack"
# OPM dependency
"opm-common REQUIRED;
opm-parser REQUIRED;