Merge pull request #101 from OPM/revert-98-fix_opm-material-prereqs.cmake
Revert "opm-material-prereqs.cmake: fix the ordering of the dependencies"
This commit is contained in:
commit
09aa68b90f
@ -11,11 +11,13 @@ set (opm-material_CONFIG_VAR
|
||||
|
||||
# dependencies
|
||||
set (opm-material_DEPS
|
||||
# compile with C++-2011 support
|
||||
# compile with C99 support if available
|
||||
"C99"
|
||||
# compile with C++0x/11 support if available
|
||||
"CXX11Features REQUIRED"
|
||||
# prerequisite OPM modules
|
||||
"opm-parser"
|
||||
"opm-common REQUIRED"
|
||||
# DUNE dependency
|
||||
"dune-common REQUIRED"
|
||||
# prerequisite OPM modules
|
||||
"opm-common REQUIRED"
|
||||
"opm-parser"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user