diff --git a/CMakeLists.txt b/CMakeLists.txt index 572ab759a0..56f354bc76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# flow.h +# CMakeLists.txt # # This source file is part of the FoundationDB open source project # @@ -138,7 +138,7 @@ else() -mmmx -mavx -msse4.2) - add_compile_options($<$:-std=c++14>) + add_compile_options($<$:-std=c++11>) if (USE_VALGRIND) add_compile_options(-DVALGRIND -DUSE_VALGRIND) endif()