google-cloud-cpp
google-cloud-cpp copied to clipboard
Cleanup workarounds for gRPC's OTel plugin packaging problems
gRPC's OTel plugin has a couple of bugs with respect to packaging. Once those are fixed we should clean up the workarounds in our code:
- [x] https://github.com/grpc/grpc/issues/36624
- [ ] Remove extra
find_dependency()in our code - [x] https://github.com/grpc/grpc/issues/36662
- [ ] Remove extra
LIBS grpcpp_otel_pluginin our code.