File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ project(JSONCPP
7171 LANGUAGES CXX)
7272
7373message (STATUS "JsonCpp Version: ${JSONCPP_VERSION_MAJOR} .${JSONCPP_VERSION_MINOR} .${JSONCPP_VERSION_PATCH} " )
74- set (JSONCPP_SOVERSION 23 )
74+ set (JSONCPP_SOVERSION 24 )
7575
7676option (JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test executables" ON )
7777option (JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" ON )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ jsoncpp_lib = library(
5050 ' src/lib_json/json_value.cpp' ,
5151 ' src/lib_json/json_writer.cpp' ,
5252 ]),
53- soversion : 23 ,
53+ soversion : 24 ,
5454 install : true ,
5555 include_directories : jsoncpp_include_directories,
5656 cpp_args : dll_export_flag)
You can’t perform that action at this time.
0 commit comments