Merge pull request #84 from blattms/make-core-common-required

Make opm-core and opm-common a hard requirement.
This commit is contained in:
Atgeirr Flø Rasmussen 2016-03-08 08:40:38 +01:00
commit c47d20468f

View File

@ -17,10 +17,11 @@ set (opm-autodiff_DEPS
COMPONENTS date_time filesystem system unit_test_framework REQUIRED"
# DUNE prerequisites
"dune-common REQUIRED;
dune-istl REQUIRED;
dune-cornerpoint;
opm-common REQUIRED;
opm-core REQUIRED"
dune-istl REQUIRED"
# OPM dependency
"opm-common REQUIRED;
opm-core REQUIRED;
dune-cornerpoint"
# Eigen
"Eigen3 3.2.0"
)