Merge pull request #162 from andlaus/frankenstein

[POC] added ewoms dependency to opm-simulators.
This commit is contained in:
Atgeirr Flø Rasmussen 2016-11-18 15:49:35 +01:00 committed by GitHub
commit 2ddb6ac8c2

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"
)