Skip to content

Commit

Permalink
[OTel] Add find_package call for OTel dependency in installed gRPC co…
Browse files Browse the repository at this point in the history
…nfiguration (#36674) (#36688)

Backport #36674 to 1.64.x
  • Loading branch information
yashykt authored May 22, 2024
1 parent fbd6f95 commit c64a23d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/gRPCConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c64a23d

Please sign in to comment.