update to SOVERSION to 2 (as it should have been done 3 years ago)
fix #186
This commit is contained in:
parent
96a4255938
commit
6b17782d6a
@ -42,7 +42,7 @@ target_compile_features(nlohmann_json_schema_validator
|
|||||||
set_target_properties(nlohmann_json_schema_validator
|
set_target_properties(nlohmann_json_schema_validator
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
VERSION ${PROJECT_VERSION}
|
VERSION ${PROJECT_VERSION}
|
||||||
SOVERSION 1)
|
SOVERSION 2)
|
||||||
|
|
||||||
# disable tests and examples if project is not super project
|
# disable tests and examples if project is not super project
|
||||||
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
|
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user