require opm-core from the opm-material module

this is required to use the exception code of opm-core in
opm-material. Also, the Dune prerequisites of opm-material can be
removed once PR #345 is merged into opm-core...
This commit is contained in:
Andreas Lauser 2013-09-10 13:31:07 +02:00
parent 1e5fdd53b3
commit 15ff9d8076

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"