We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a42a3 commit 7afa919Copy full SHA for 7afa919
exporters/fluentd/cmake/opentelemetry-cpp-fluentd-config.cmake.in
@@ -56,11 +56,8 @@ foreach(_TEST_TARGET IN LISTS _OPENTELEMETRY_CPP_FLUENTD_LIBRARIES_TEST_TARGETS)
56
endif()
57
endforeach()
58
59
-
60
# handle the QUIETLY and REQUIRED arguments and set opentelemetry-cpp_FOUND to
61
# TRUE if all variables listed contain valid results, e.g. valid file paths.
62
-include("FindPackageHandleStandardArgs")
63
-find_package_handle_standard_args(
64
- ${CMAKE_FIND_PACKAGE_NAME}
65
- FOUND_VAR ${CMAKE_FIND_PACKAGE_NAME}_FOUND
66
- REQUIRED_VARS OPENTELEMETRY_CPP_FLUENTD_INCLUDE_DIRS OPENTELEMETRY_CPP_FLUENTD_LIBRARIES)
+include(CMakeFindDependencyMacro)
+find_dependency(opentelemetry-cpp CONFIG)
+find_dependency(nlohmann_json CONFIG)
0 commit comments