We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c250e13 commit fc6886fCopy full SHA for fc6886f
1 file changed
CMakeLists.txt
@@ -78,7 +78,7 @@ option(JSONCPP_WITH_STRICT_ISO "Issue all the warnings demanded by strict ISO C
78
option(JSONCPP_WITH_PKGCONFIG_SUPPORT "Generate and install .pc files" ON)
79
option(JSONCPP_WITH_CMAKE_PACKAGE "Generate and install cmake package files" ON)
80
option(JSONCPP_WITH_EXAMPLE "Compile JsonCpp example" OFF)
81
-option(JSONCPP_WITH_INSTALL "make JsonCpp header and libraries part of the install target" ON)
+option(JSONCPP_WITH_INSTALL "Include JsonCpp header and binaries in the install target" ON)
82
option(JSONCPP_STATIC_WINDOWS_RUNTIME "Use static (MT/MTd) Windows runtime" OFF)
83
option(BUILD_SHARED_LIBS "Build jsoncpp_lib as a shared library." ON)
84
option(BUILD_STATIC_LIBS "Build jsoncpp_lib as a static library." ON)
0 commit comments