Commit Graph

3 Commits

Author SHA1 Message Date
Ben Beasley c641b82515
Use CMake variables for paths in pkg-config files (#31671)
Use @gRPC_INSTALL_LIBDIR@ for libdir; this fixes an incorrect
-L/usr/lib on multilib Linux systems where that is the 32-bit library
path and the correct path is /usr/lib64.

Use @gRPC_INSTALL_INCLUDEDIR@ for consistency.
2023-01-17 12:51:11 -08:00
Esun Kim 5fb4c2364d
Clean-up pkgconfig (#31660)
* Clean-up pkgconfig

* Removed run_distrib_test_cmake_module_install_pkgconfig.sh

* Proper re2

* Clean up pkgconfig.sh test script
2022-11-22 10:51:17 -08:00
Zack Galbreath 7bb75068b5 Create pkg-config files from CMake 2019-10-09 11:39:23 -04:00