json-schema-validator/nlohmann_json_schema_validatorConfig.cmake.in
2020-07-26 17:16:14 +02:00

9 lines
207 B
CMake

@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"
)