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 e9874b75a4
commit db90eff1c6

View File

@ -17,7 +17,7 @@ set (opm-core_DEPS
# compile with C99 support if available
"C99"
# compile with C++0x/11 support if available
"CXX11Features"
"CXX11Features REQUIRED"
# various runtime library enhancements
"Boost 1.39.0
COMPONENTS date_time filesystem system unit_test_framework signals REQUIRED"