ZeroTierOne/ext/opentelemetry-cpp-1.21.0/cmake/templates/thirdparty-dependency-definitions.cmake.in
2025-07-11 10:37:21 -07:00

20 lines
No EOL
1.1 KiB
CMake

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
# Configured from opentelmetry-cpp/cmake/thirdparty-dependency-definitions.cmake.in
#-----------------------------------------------------------------------
# Third party dependencies supported by opentelemetry-cpp
# Dependencies will be found in this order when find_package(opentelemetry-cpp ...) is called.
#-----------------------------------------------------------------------
set(OTEL_THIRDPARTY_DEPENDENCIES_SUPPORTED @OTEL_THIRDPARTY_DEPENDENCIES_SUPPORTED@)
#-----------------------------------------------------------------------
# Third party dependency versions used to build opentelemetry-cpp
#-----------------------------------------------------------------------
@OTEL_THIRDPARTY_DEPENDENCY_VERSIONS_BLOCK@
#-----------------------------------------------------------------------
# Set the find_dependecy search mode - empty is default. Options MODULE or CONFIG
#-----------------------------------------------------------------------
@OTEL_THIRDPARTY_DEPENDENCY_SEARCH_MODES_BLOCK@