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 4070718 commit da4cc85Copy full SHA for da4cc85
CMakeLists.txt
@@ -94,10 +94,10 @@ endif( MSVC )
94
95
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
96
# using regular Clang or AppleClang
97
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
98
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
99
# using GCC
100
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -Wall -Wextra -pedantic")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic")
101
endif()
102
103
IF(JSONCPP_WITH_WARNING_AS_ERROR)
0 commit comments