mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
fff1c6d275
The regex used by CMAKE_PARSE_IMPLICIT_LINK_INFO to detect link lines should not match lines that happen to have ".../ld.../..." in them. A linker name should match only as the last component of a path. See issue #9666.