Revert "opm-material-prereqs.cmake: fix the ordering of the dependencies"
This commit is contained in:
parent
15addc22b5
commit
7dc2b70aac
@ -11,11 +11,13 @@ set (opm-material_CONFIG_VAR
|
|||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
set (opm-material_DEPS
|
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"
|
"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