We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a4255 commit 6b17782Copy full SHA for 6b17782
CMakeLists.txt
@@ -42,7 +42,7 @@ target_compile_features(nlohmann_json_schema_validator
42
set_target_properties(nlohmann_json_schema_validator
43
PROPERTIES
44
VERSION ${PROJECT_VERSION}
45
- SOVERSION 1)
+ SOVERSION 2)
46
47
# disable tests and examples if project is not super project
48
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
0 commit comments