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
71
71
LANGUAGES CXX )
72
72
73
73
message (STATUS "JsonCpp Version: ${JSONCPP_VERSION_MAJOR} .${JSONCPP_VERSION_MINOR} .${JSONCPP_VERSION_PATCH} " )
74
- set (JSONCPP_SOVERSION 23 )
74
+ set (JSONCPP_SOVERSION 24 )
75
75
76
76
option (JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test executables" ON )
77
77
option (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(
50
50
' src/lib_json/json_value.cpp' ,
51
51
' src/lib_json/json_writer.cpp' ,
52
52
]),
53
- soversion : 23 ,
53
+ soversion : 24 ,
54
54
install : true ,
55
55
include_directories : jsoncpp_include_directories,
56
56
cpp_args : dll_export_flag)
You can’t perform that action at this time.
0 commit comments