Skip to content

Commit fc6886f

Browse files
Updaing help text
1 parent c250e13 commit fc6886f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ option(JSONCPP_WITH_STRICT_ISO "Issue all the warnings demanded by strict ISO C
7878
option(JSONCPP_WITH_PKGCONFIG_SUPPORT "Generate and install .pc files" ON)
7979
option(JSONCPP_WITH_CMAKE_PACKAGE "Generate and install cmake package files" ON)
8080
option(JSONCPP_WITH_EXAMPLE "Compile JsonCpp example" OFF)
81-
option(JSONCPP_WITH_INSTALL "make JsonCpp header and libraries part of the install target" ON)
81+
option(JSONCPP_WITH_INSTALL "Include JsonCpp header and binaries in the install target" ON)
8282
option(JSONCPP_STATIC_WINDOWS_RUNTIME "Use static (MT/MTd) Windows runtime" OFF)
8383
option(BUILD_SHARED_LIBS "Build jsoncpp_lib as a shared library." ON)
8484
option(BUILD_STATIC_LIBS "Build jsoncpp_lib as a static library." ON)

0 commit comments

Comments
 (0)