remove usage of CXX11Features module

This commit is contained in:
Arne Morten Kvarving 2020-02-10 10:21:32 +01:00
parent b1474a1427
commit 560f290899

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"