You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INSTALL] Resolve dependencies in opentelemetry-cpp-config.cmake (open-telemetry#3094)
* Resolve dependencies in opentelemetry-cpp-config.cmake
Before this change, consumers of the exported CMake targets had to know
which dependencies are needed to get the transitive target dependencies
like `absl::*`, `gRPC::grpc++`, or `protobuf::libprotobuf`.
* Add find_dependency calls for remaining deps
Now we also resolve `OpenTracing`, and `prometheus-cpp`.
If necessary, `CURL` and `ZLIB` are also resolved.
---------
Co-authored-by: Marc Alff <[email protected]>
Co-authored-by: Lalit Kumar Bhasin <[email protected]>
0 commit comments