OPM Core uses C++11 features as of commit 562bcf2

This commit is contained in:
Roland Kaufmann 2013-08-01 15:13:56 +02:00
parent ae53847e52
commit 7b96599c5b

View File

@ -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"