File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ set(PROJECT_SOVERSION 27)
79
79
include (${CMAKE_CURRENT_SOURCE_DIR} /include /PreventInSourceBuilds.cmake)
80
80
include (${CMAKE_CURRENT_SOURCE_DIR} /include /PreventInBuildInstalls.cmake)
81
81
82
- option (JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test executables" ON )
83
- option (JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" ON )
82
+ option (JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test executables" OFF )
83
+ option (JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" OFF )
84
84
option (JSONCPP_WITH_WARNING_AS_ERROR "Force compilation to fail if a warning occurs" OFF )
85
85
option (JSONCPP_WITH_STRICT_ISO "Issue all the warnings demanded by strict ISO C and ISO C++" ON )
86
86
option (JSONCPP_WITH_PKGCONFIG_SUPPORT "Generate and install .pc files" ON )
You can’t perform that action at this time.
0 commit comments