Skip to content

Commit

Permalink
Fix otlp_http_client target linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
benibus committed Feb 7, 2024
1 parent 93391e8 commit 88ee5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4654,7 +4654,7 @@ macro(build_opentelemetry)
INTERFACE opentelemetry-cpp::logs opentelemetry-cpp::trace
opentelemetry-cpp::resources opentelemetry-cpp::proto)
target_link_libraries(opentelemetry-cpp::otlp_http_client
INTERFACE opentelemetry-cpp::sdk opentelemetry-cpp::proto
INTERFACE opentelemetry-cpp::common opentelemetry-cpp::proto
opentelemetry-cpp::http_client_curl
nlohmann_json::nlohmann_json)
target_link_libraries(opentelemetry-cpp::otlp_http_exporter
Expand Down

0 comments on commit 88ee5bd

Please sign in to comment.