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