Skip to content

Commit a9a114f

Browse files
committed
Generate the CMake package files, however minimal, by default.
1 parent 4c22f24 commit a9a114f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OPTION(JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test exec
88
OPTION(JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" ON)
99
OPTION(JSONCPP_WITH_WARNING_AS_ERROR "Force compilation to fail if a warning occurs" OFF)
1010
OPTION(JSONCPP_WITH_PKGCONFIG_SUPPORT "Generate and install .pc files" ON)
11-
OPTION(JSONCPP_WITH_CMAKE_PACKAGE "Generate and install cmake package files" OFF)
11+
OPTION(JSONCPP_WITH_CMAKE_PACKAGE "Generate and install cmake package files" ON)
1212
OPTION(BUILD_SHARED_LIBS "Build jsoncpp_lib as a shared library." OFF)
1313
OPTION(BUILD_STATIC_LIBS "Build jsoncpp_lib static library." ON)
1414

0 commit comments

Comments
 (0)