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 4d6c431 commit a0733bdCopy full SHA for a0733bd
CMakeLists.txt
@@ -82,7 +82,7 @@ option(JSONCPP_WITH_WARNING_AS_ERROR "Force compilation to fail if a warning occ
82
option(JSONCPP_WITH_STRICT_ISO "Issue all the warnings demanded by strict ISO C and ISO C++" ON)
83
option(JSONCPP_WITH_PKGCONFIG_SUPPORT "Generate and install .pc files" ON)
84
option(JSONCPP_WITH_CMAKE_PACKAGE "Generate and install cmake package files" ON)
85
-option(JSONCPP_WITH_EXAMPLE "Compile JsonCpp example" ON)
+option(JSONCPP_WITH_EXAMPLE "Compile JsonCpp example" OFF)
86
option(BUILD_SHARED_LIBS "Build jsoncpp_lib as a shared library." OFF)
87
88
# Enable runtime search path support for dynamic libraries on OSX
0 commit comments