X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=ef94e17f7757eea7a9b8fcc3dc807b67a76fca5d;hb=b32cd80b243d77cd80e026c7ae73e33ec39b1de9;hp=4b9fb85b54b4cdd62a53272f808ead5b493568b5;hpb=5d3b7560a50c3656ec441343359508c9de1290ca;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b9fb85..ef94e17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ if(NOT CMAKE_BUILD_TYPE) endif(NOT CMAKE_BUILD_TYPE) message("CMake build type: ${CMAKE_BUILD_TYPE}") -set(CMAKE_CXX_FLAGS "-Wall -Wno-parentheses -pedantic --std=c++11 ${CMAKE_CXX_FLAGS}") +set(CMAKE_CXX_FLAGS "-Wall -Wno-parentheses -pedantic --std=gnu++11 ${CMAKE_CXX_FLAGS}") if(APPLE) set(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "Build architectures for OSX")