Merge pull request #27 from andlaus/opm-core_requires_opm-material

add opm-material to the prerequisites of opm-core
This commit is contained in:
Arne Morten Kvarving
2015-07-28 18:23:44 +02:00

View File

@@ -39,4 +39,6 @@ set (opm-core_DEPS
"dune-istl"
# Parser library for ECL-type simulation models
"opm-parser REQUIRED"
# the code which implements the material laws
"opm-material REQUIRED"
)