Skip to content
  • Brad King's avatar
    More robust implicit link line detection regex · fff1c6d2
    Brad King authored
    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.
    fff1c6d2