We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b27d5c commit 5b3200fCopy full SHA for 5b3200f
nlohmann_json_schema_validatorConfig.cmake.in
@@ -1,6 +1,7 @@
1
@PACKAGE_INIT@
2
3
-find_package(nlohmann_json 3.8.0 REQUIRED)
+include(CMakeFindDependencyMacro)
4
+find_dependency(nlohmann_json)
5
6
include("${CMAKE_CURRENT_LIST_DIR}/nlohmann_json_schema_validatorTargets.cmake")
7
check_required_components(
0 commit comments