Skip to content

Commit 6b17782

Browse files
committed
update to SOVERSION to 2 (as it should have been done 3 years ago)
fix #186
1 parent 96a4255 commit 6b17782

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
@@ -42,7 +42,7 @@ target_compile_features(nlohmann_json_schema_validator
4242
set_target_properties(nlohmann_json_schema_validator
4343
PROPERTIES
4444
VERSION ${PROJECT_VERSION}
45-
SOVERSION 1)
45+
SOVERSION 2)
4646

4747
# disable tests and examples if project is not super project
4848
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)

0 commit comments

Comments
 (0)