added ewoms dependency to opm-simulators.

This commit is contained in:
Robert Kloefkorn 2016-06-06 16:46:36 +02:00 committed by Andreas Lauser
parent 8b3a4a6e23
commit 825b96c1a3

View File

@ -5,6 +5,7 @@
set (opm-simulators_CONFIG_VAR
HAVE_OPM_GRID
HAVE_PTHREAD
HAVE_EWOMS
DUNE_ISTL_VERSION_MAJOR
DUNE_ISTL_VERSION_MINOR
DUNE_ISTL_VERSION_REVISION
@ -28,7 +29,8 @@ set (opm-simulators_DEPS
opm-parser REQUIRED;
opm-core REQUIRED;
opm-output REQUIRED;
opm-grid"
opm-grid REQUIRED;
ewoms REQUIRED"
# Eigen
"Eigen3 3.2.0"
)