mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
36979f5b43
Tell `pkg-config --libs` not to filter out `-L` flags for entries of `PKG_CONFIG_SYSTEM_LIBRARY_PATH` (and `LIBRARY_PATH` for `pkgconf`). We should always search everywhere the `.pc` file expects. Fixes: #22148