Skip to content

Commit a0733bd

Browse files
committed
Do not build example by default
1 parent 4d6c431 commit a0733bd

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
@@ -82,7 +82,7 @@ option(JSONCPP_WITH_WARNING_AS_ERROR "Force compilation to fail if a warning occ
8282
option(JSONCPP_WITH_STRICT_ISO "Issue all the warnings demanded by strict ISO C and ISO C++" ON)
8383
option(JSONCPP_WITH_PKGCONFIG_SUPPORT "Generate and install .pc files" ON)
8484
option(JSONCPP_WITH_CMAKE_PACKAGE "Generate and install cmake package files" ON)
85-
option(JSONCPP_WITH_EXAMPLE "Compile JsonCpp example" ON)
85+
option(JSONCPP_WITH_EXAMPLE "Compile JsonCpp example" OFF)
8686
option(BUILD_SHARED_LIBS "Build jsoncpp_lib as a shared library." OFF)
8787

8888
# Enable runtime search path support for dynamic libraries on OSX

0 commit comments

Comments
 (0)