From bf97438a803050ce8a7a5ed656d793bf64ff127d Mon Sep 17 00:00:00 2001 From: samcake Date: Wed, 9 Jul 2014 18:47:56 -0700 Subject: [PATCH] Revert "Add the c++11 support for linux" This reverts commit 56bfc95f213fae6c0b3a0a84ca766dfecf952b6e. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 590e3ea8b3..2451ab240a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,6 @@ elseif (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX) #SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-long-long -pedantic") #SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-unknown-pragmas") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -fno-strict-aliasing") - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") endif(WIN32) if (NOT QT_CMAKE_PREFIX_PATH)