[OTel] Add find_package call for OTel dependency in installed gRPC configuration (#36674)

Fix https://github.com/grpc/grpc/issues/36624

Closes #36674

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36674 from yashykt:OTelCMakeConfig 80366ae4d2
PiperOrigin-RevId: 635968262
pull/36682/head
Yash Tibrewal 6 months ago committed by Copybara-Service
parent b0c7b8a8ce
commit 40e578d330
  1. 1
      cmake/gRPCConfig.cmake.in

@ -8,6 +8,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/modules)
@_gRPC_FIND_CARES@
@_gRPC_FIND_ABSL@
@_gRPC_FIND_RE2@
@_gRPC_FIND_OPENTELEMETRY@
# Targets
include(${CMAKE_CURRENT_LIST_DIR}/gRPCTargets.cmake)

Loading…
Cancel
Save