so version --> 2

This commit is contained in:
Thomas Vincent 2021-12-10 12:27:59 -05:00
parent 9f8deb7570
commit 2c6d0a77be
2 changed files with 1 additions and 9 deletions

View File

@ -40,7 +40,7 @@ target_compile_features(nlohmann_json_schema_validator
set_target_properties(nlohmann_json_schema_validator
PROPERTIES
VERSION ${PROJECT_VERSION}
SOVERSION 1)
SOVERSION 2)
target_link_libraries(
nlohmann_json_schema_validator

View File

@ -1,8 +0,0 @@
@PACKAGE_INIT@
find_package(nlohmann_json 3.8.0 REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/nlohmann_json_schema_validatorTargets.cmake")
check_required_components(
"nlohmann_json_schema_validator"
)