diff --git a/CMakeLists.txt b/CMakeLists.txt index 7feeddd9..a50a8a2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ include (OpmFind) # dependencies list (APPEND opm-core_DEPS # compile with C++0x/11 support if available - "CXX11Features REQUIRED" + "CXX11Features" # matrix library "BLAS REQUIRED" "LAPACK REQUIRED"