[all-commits] [llvm/llvm-project] 2b135b: [CMake][gRPC] Update FindGRPC.cmake to support new...

Steven Wu via All-commits all-commits at lists.llvm.org
Wed Oct 15 13:14:36 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b135b931338a57c38d9c4a34ffdd59877ba82d6
      https://github.com/llvm/llvm-project/commit/2b135b931338a57c38d9c4a34ffdd59877ba82d6
  Author: Steven Wu <stevenwu at apple.com>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M cmake/Modules/FindGRPC.cmake

  Log Message:
  -----------
  [CMake][gRPC] Update FindGRPC.cmake to support newer gRPC versions (#162935)

Update the logic to find gRPC to always favor CMake `find_package`
implementation including for builds on macOS that uses homebrew, where
gRPCConfig.cmake is also installed to provide an accurate target
dependencies to link against.

This fixes the problem that newer gRPC version has broken up the
libraries into smaller pieces and the hard coded list of libraries in
the implementation can no longer work.

Fixes: https://github.com/llvm/llvm-project/issues/59844



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list