Merge pull request #2330 from akva2/bump_to_cxx17

remove usage of CXX11Features module
This commit is contained in:
Markus Blatt 2020-02-11 17:50:01 +01:00 committed by GitHub
commit 0e45f0827c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,6 @@ set (opm-simulators_CONFIG_VAR
set (opm-simulators_DEPS
# Compile with C99 support if available
"C99"
# Compile with C++0x/11 support if available
"CXX11Features"
# Various runtime library enhancements
"Boost 1.44.0
COMPONENTS date_time filesystem system unit_test_framework REQUIRED"