Skip to content

Commit

Permalink
fix(pubsub-otel): only link 2 targets (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg authored Dec 11, 2023
1 parent b1e1ae1 commit bf3a245
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pubsub-open-telemetry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ target_compile_features(publisher_jaeger PRIVATE cxx_std_14)
target_link_libraries(
publisher_jaeger
PRIVATE publisher_helper parse_args opentelemetry-cpp::otlp_grpc_client
opentelemetry-cpp::otlp_grpc_exporter
opentelemetry-cpp::otlp_recordable)
opentelemetry-cpp::otlp_grpc_exporter)

add_executable(publisher publisher.cc)
target_compile_features(publisher PRIVATE cxx_std_14)
Expand Down

0 comments on commit bf3a245

Please sign in to comment.