Merge pull request #2 from babrodtk/akva2-rename_common

Removed buggy REQUIRED statements for opm-common
This commit is contained in:
Arne Morten Kvarving 2015-09-09 10:04:34 +02:00
commit 5336b3a3e6
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ set (opm-autodiff_DEPS
"dune-common REQUIRED;
dune-istl REQUIRED;
dune-cornerpoint;
opm-common REQUIRED;
opm-common;
opm-core REQUIRED"
# Eigen
"Eigen3 3.2.0"

View File

@ -18,7 +18,7 @@ set (opm-porsol_DEPS
"dune-common REQUIRED;
dune-istl REQUIRED;
dune-grid REQUIRED;
opm-common REQUIRED;
opm-common;
opm-core REQUIRED;
opm-material REQUIRED;
dune-cornerpoint REQUIRED"