Revert "[bugfix] since HAVE_DUNE_ISTL is used in opm-grid it should be tested for. It's"

This exposed problems in the build system design resulting in
scary warnings building downstreams of opm-grid.

This reverts commit b9af87abc2.
This commit is contained in:
Arne Morten Kvarving
2016-10-28 12:50:07 +02:00
parent fc48a12fc5
commit 57874e28a9

View File

@@ -9,9 +9,6 @@ set (opm-grid_CONFIG_VAR
DUNE_COMMON_VERSION_MAJOR
DUNE_COMMON_VERSION_MINOR
DUNE_COMMON_VERSION_REVISION
DUNE_ISTL_VERSION_MAJOR
DUNE_ISTL_VERSION_MINOR
DUNE_ISTL_VERSION_REVISION
HAVE_ZOLTAN
)
@@ -26,11 +23,10 @@ set (opm-grid_DEPS
COMPONENTS date_time filesystem system unit_test_framework REQUIRED"
# DUNE dependency
"dune-common REQUIRED;
dune-grid REQUIRED;
dune-geometry REQUIRED
dune-istl"
dune-grid REQUIRED;
dune-geometry REQUIRED"
# OPM dependency
"opm-common REQUIRED;
opm-core REQUIRED"
"opm-common REQUIRED;
opm-core REQUIRED"
"ZOLTAN"
)