]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/json-schema-validator/forward-find-package.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / json-schema-validator / forward-find-package.patch
1 diff --git a/nlohmann_json_schema_validatorConfig.cmake.in b/nlohmann_json_schema_validatorConfig.cmake.in
2 index 6ee0df2..e0315fa 100644
3 --- a/nlohmann_json_schema_validatorConfig.cmake.in
4 +++ b/nlohmann_json_schema_validatorConfig.cmake.in
5 @@ -7,6 +7,9 @@
6 get_filename_component(NLOHMANN_JSON_SCHEMA_VALIDATOR_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
7 set(NLOHMANN_JSON_SCHEMA_VALIDATOR_INCLUDE_DIRS @CONF_INCLUDE_DIRS@)
8
9 +include(CMakeFindDependencyMacro)
10 +find_dependency(nlohmann_json)
11 +
12 # Our library dependencies (contains definitions for IMPORTED targets)
13 if(NOT TARGET json-schema-validator)
14 include("${NLOHMANN_JSON_SCHEMA_VALIDATOR_CMAKE_DIR}/nlohmann_json_schema_validatorTargets.cmake")