Skip to content

Commit

Permalink
update to SOVERSION to 2 (as it should have been done 3 years ago)
Browse files Browse the repository at this point in the history
fix #186
  • Loading branch information
pboettch committed Nov 26, 2022
1 parent 96a4255 commit 6b17782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ target_compile_features(nlohmann_json_schema_validator
set_target_properties(nlohmann_json_schema_validator
PROPERTIES
VERSION ${PROJECT_VERSION}
SOVERSION 1)
SOVERSION 2)

# disable tests and examples if project is not super project
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
Expand Down

0 comments on commit 6b17782

Please sign in to comment.