Restore C++-11 checks

While reformatting the parser-prereqs file I accidentally replaced
the feature search 'CXX11Features' with 'CXX10Features'.  This
commit fixes that blunder.
This commit is contained in:
Bård Skaflestad 2014-02-28 22:07:27 +01:00
parent 9329d652fd
commit e63a396579

View File

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