Skip to content

Commit

Permalink
Removed hard dependency on opentelemetry version (#3844)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryOsterman authored Jul 26, 2022
1 parent a75c95b commit c437f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c437f5a

Please sign in to comment.