OPM-Material module must have DUNE Common and DUNE ISTL

This commit is contained in:
Roland Kaufmann
2013-08-19 20:01:24 +02:00
parent c3249a256a
commit b3947b0ff3
+2 -2
View File
@@ -14,6 +14,6 @@ set (opm-material_DEPS
# compile with C++0x/11 support if available
"CXX11Features REQUIRED"
# DUNE dependency
"dune-common"
"dune-istl"
"dune-common REQUIRED"
"dune-istl REQUIRED"
)