Revert "Add the c++11 support for linux"

This reverts commit 56bfc95f21.
This commit is contained in:
samcake 2014-07-09 18:47:56 -07:00
parent 56bfc95f21
commit bf97438a80

View file

@ -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)