mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Some .pc files (e.g. DPDK) use -l:libfoo.a for an exact library file, but we passed the colon to find_library and it never resolved. Strip it for lookup, keep the token so an unresolved lib still falls back to -l:. Fixes: #27452