mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
1e5fdd53b3
commit
15ff9d8076
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user