From 02475342aefe5a20bb1400746b86db0742c241c3 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 25 May 2023 12:38:35 -0400 Subject: [PATCH] Add opentelemetry_ext as a public dependency as it is now needed --- exporters/otlp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporters/otlp/CMakeLists.txt b/exporters/otlp/CMakeLists.txt index b11d4e157e..e05b0e24f4 100644 --- a/exporters/otlp/CMakeLists.txt +++ b/exporters/otlp/CMakeLists.txt @@ -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)