mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
9329d652fd
commit
e63a396579
@ -11,7 +11,7 @@ set (opm-parser_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
|
||||||
"CXX10Features REQUIRED"
|
"CXX11Features REQUIRED"
|
||||||
# various runtime library enhancements
|
# various runtime library enhancements
|
||||||
"Boost 1.44.0
|
"Boost 1.44.0
|
||||||
COMPONENTS date_time filesystem system iostream unit_test_framework REQUIRED"
|
COMPONENTS date_time filesystem system iostream unit_test_framework REQUIRED"
|
||||||
|
Loading…
Reference in New Issue
Block a user