OPM Core uses C++11 features as of commit 562bcf2
This commit is contained in:
parent
e9874b75a4
commit
db90eff1c6
@ -17,7 +17,7 @@ set (opm-core_DEPS
|
|||||||
# compile with C99 support if available
|
# compile with C99 support if available
|
||||||
"C99"
|
"C99"
|
||||||
# compile with C++0x/11 support if available
|
# compile with C++0x/11 support if available
|
||||||
"CXX11Features"
|
"CXX11Features REQUIRED"
|
||||||
# various runtime library enhancements
|
# various runtime library enhancements
|
||||||
"Boost 1.39.0
|
"Boost 1.39.0
|
||||||
COMPONENTS date_time filesystem system unit_test_framework signals REQUIRED"
|
COMPONENTS date_time filesystem system unit_test_framework signals REQUIRED"
|
||||||
|
Loading…
Reference in New Issue
Block a user