add opm-material to the prerequisites of opm-core

This commit is contained in:
Andreas Lauser
2015-07-28 17:26:22 +02:00
parent 4292de413f
commit 6a3309e27d

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"
)