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 dca8a24 commit ea89b0cCopy full SHA for ea89b0c
CMakeLists.txt
@@ -45,7 +45,7 @@ endforeach()
45
set(CMAKE_CXX_STANDARD 11)
46
set(CMAKE_CXX_EXTENSIONS OFF)
47
set(CMAKE_CXX_STANDARD_REQUIRED ON)
48
-
+message(STATUS "my jsoncpp CMAKE_CXX_FLAGS:${CMAKE_CXX_FLAGS}")
49
# Ensure that CMAKE_BUILD_TYPE has a value specified for single configuration generators.
50
if(NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES)
51
set(CMAKE_BUILD_TYPE Release CACHE STRING
0 commit comments