Merge pull request #73 from mabrand/fix3

remove -ansi because it interferes with -std=c++11
This commit is contained in:
Vincent Richard 2014-03-27 19:53:43 +01:00
commit 916e9e2282

View File

@ -1020,7 +1020,7 @@ ELSE()
SET( SET(
CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS
"${CMAKE_CXX_FLAGS} -D_REENTRANT=1 -W -Wall -ansi -pedantic -Wpointer-arith -Wold-style-cast -Wconversion -Wcast-align -Wno-long-long" "${CMAKE_CXX_FLAGS} -D_REENTRANT=1 -W -Wall -pedantic -Wpointer-arith -Wold-style-cast -Wconversion -Wcast-align -Wno-long-long"
CACHE STRING CACHE STRING
"g++ Compiler Flags" "g++ Compiler Flags"
FORCE FORCE