Skip to content

Commit

Permalink
remove unused opentelemetry_ext dependency from the otlp grpc client
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarker committed Dec 24, 2024
1 parent 4cef852 commit 80a3cb3
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 @@ -38,7 +38,7 @@ if(WITH_OTLP_GRPC)
# targets that depend on opentelemetry_proto_grpc.
target_link_libraries(
opentelemetry_exporter_otlp_grpc_client
PUBLIC opentelemetry_sdk opentelemetry_common opentelemetry_ext
PUBLIC opentelemetry_sdk opentelemetry_common
# gRPC::grpc++ must be linked before opentelemetry_proto_grpc.
opentelemetry_proto_grpc
PRIVATE gRPC::grpc++)
Expand Down

0 comments on commit 80a3cb3

Please sign in to comment.