Skip to content

Commit

Permalink
the ext target is used by the grpc client but can be private
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarker committed Jan 8, 2025
1 parent 80a3cb3 commit 6d6c2c9
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 @@ -41,7 +41,7 @@ if(WITH_OTLP_GRPC)
PUBLIC opentelemetry_sdk opentelemetry_common
# gRPC::grpc++ must be linked before opentelemetry_proto_grpc.
opentelemetry_proto_grpc
PRIVATE gRPC::grpc++)
PRIVATE gRPC::grpc++ opentelemetry_ext)

get_target_property(GRPC_INCLUDE_DIRECTORY gRPC::grpc++
INTERFACE_INCLUDE_DIRECTORIES)
Expand Down

0 comments on commit 6d6c2c9

Please sign in to comment.