rizsotto / Bear

Bear is a tool that generates a compilation database for clang tooling.
GNU General Public License v3.0
4.79k stars 314 forks source link

build: prefer use cmake version of gRPC #376

Open okhowang opened 3 years ago

okhowang commented 3 years ago

continuing discuss from https://github.com/rizsotto/Bear/pull/374#issuecomment-835801645

rizsotto commented 3 years ago

@okhowang which distribution you've found that installs the CMake files? (I got fedora and arch linux, none of them have.)

okhowang commented 3 years ago

vcpkg's gRPC

musicinmybrain commented 1 year ago

@okhowang which distribution you've found that installs the CMake files? (I got fedora and arch linux, none of them have.)

I currently maintain the grpc package in Fedora Linux.

This comment was true when it was written. However, since Fedora 35, gRPC is built with CMake instead of plain makefiles, and the CMake files are packaged in grpc-devel. This is also true for EPEL9. We do still ship the .pc files.