mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-28 03:53:49 -06:00
OPM-Material module must have DUNE Common and DUNE ISTL
This commit is contained in:
parent
c3249a256a
commit
b3947b0ff3
@ -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"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user