Removed hard dependency on opentelemetry version (#3844)

This commit is contained in:
Larry Osterman 2022-07-25 17:29:09 -07:00 committed by GitHub
parent a75c95b4f7
commit c437f5a8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ if (BUILD_AZURE_CORE_TRACING_OPENTELEMETRY)
find_package(azure-core-cpp REQUIRED)
endif()
endif()
find_package(opentelemetry-cpp "1.3.0" CONFIG REQUIRED)
find_package(opentelemetry-cpp CONFIG REQUIRED)
set(
AZURE_CORE_OPENTELEMETRY_HEADER