Fix copyright header and use c++11 for now.

This commit is contained in:
Alex Miller 2018-12-13 17:39:51 -08:00
parent a982b9da72
commit f88d5f56ff
1 changed files with 2 additions and 2 deletions

View File

@ -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($<$<COMPILE_LANGUAGE:CXX>:-std=c++14>)
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-std=c++11>)
if (USE_VALGRIND)
add_compile_options(-DVALGRIND -DUSE_VALGRIND)
endif()