Merge pull request #363 from andlaus/require_opm_core_in_opm_material

require opm-core from the opm-material module
This commit is contained in:
Bård Skaflestad
2013-09-10 14:24:56 -07:00

View File

@@ -13,6 +13,8 @@ set (opm-material_DEPS
"C99"
# compile with C++0x/11 support if available
"CXX11Features REQUIRED"
# prerequisite OPM modules
"opm-core REQUIRED"
# DUNE dependency
"dune-common REQUIRED"
"dune-istl REQUIRED"