We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cef852 commit 80a3cb3Copy full SHA for 80a3cb3
exporters/otlp/CMakeLists.txt
@@ -38,7 +38,7 @@ if(WITH_OTLP_GRPC)
38
# targets that depend on opentelemetry_proto_grpc.
39
target_link_libraries(
40
opentelemetry_exporter_otlp_grpc_client
41
- PUBLIC opentelemetry_sdk opentelemetry_common opentelemetry_ext
+ PUBLIC opentelemetry_sdk opentelemetry_common
42
# gRPC::grpc++ must be linked before opentelemetry_proto_grpc.
43
opentelemetry_proto_grpc
44
PRIVATE gRPC::grpc++)
0 commit comments