From 2c6d0a77be5125abbc1771a58456336f90fbf340 Mon Sep 17 00:00:00 2001 From: Thomas Vincent Date: Fri, 10 Dec 2021 12:27:59 -0500 Subject: [PATCH] so version --> 2 --- CMakeLists.txt | 2 +- nlohmann_json_schema_validatorConfig.cmake.in | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 nlohmann_json_schema_validatorConfig.cmake.in 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" - )