remove opm-core from the required prerequisites of opm-material

instead, specify opm-parser as an optional dependency.
This commit is contained in:
Andreas Lauser
2015-04-28 12:03:30 +02:00
parent 7c4362f558
commit 144887e302

View File

@@ -15,7 +15,7 @@ set (opm-material_DEPS
# compile with C++0x/11 support if available
"CXX11Features REQUIRED"
# prerequisite OPM modules
"opm-core REQUIRED"
"opm-parser"
# DUNE dependency
"dune-common REQUIRED"
)