We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1416f58 commit 2c1f919Copy full SHA for 2c1f919
CMakeLists.txt
@@ -85,10 +85,10 @@ endif( MSVC )
85
86
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
87
# using regular Clang or AppleClang
88
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
89
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
90
# using GCC
91
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -Wall -Wextra -pedantic")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic")
92
endif()
93
94
IF(JSONCPP_WITH_WARNING_AS_ERROR)
0 commit comments