Skip to content

Commit

Permalink
Add opentelemetry_ext as a public dependency as it is now needed
Browse files Browse the repository at this point in the history
  • Loading branch information
astitcher committed May 25, 2023
1 parent a7827c8 commit 0247534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/otlp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if(WITH_OTLP_HTTP)

target_link_libraries(
opentelemetry_exporter_otlp_http_client
PUBLIC opentelemetry_sdk
PUBLIC opentelemetry_sdk opentelemetry_ext
PRIVATE opentelemetry_proto opentelemetry_http_client_curl
nlohmann_json::nlohmann_json)
if(nlohmann_json_clone)
Expand Down

0 comments on commit 0247534

Please sign in to comment.