diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a010a7..eb599aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/nlohmann_json_schema_validatorConfig.cmake.in b/nlohmann_json_schema_validatorConfig.cmake.in deleted file mode 100644 index c47fb16..0000000 --- a/nlohmann_json_schema_validatorConfig.cmake.in +++ /dev/null @@ -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" - )