From f88d5f56ff90f94e95ab8ce34d626c9f114469d6 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Thu, 13 Dec 2018 17:39:51 -0800 Subject: [PATCH] Fix copyright header and use c++11 for now. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()