so version --> 2
This commit is contained in:
parent
9f8deb7570
commit
2c6d0a77be
@ -40,7 +40,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)
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
nlohmann_json_schema_validator
|
nlohmann_json_schema_validator
|
||||||
|
|||||||
@ -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"
|
|
||||||
)
|
|
||||||
Loading…
Reference in New Issue
Block a user