Skip to content
  • Brad King's avatar
    Log implicit link line detection regex · 20e6ac32
    Brad King authored
    This commit teaches the CMAKE_PARSE_IMPLICIT_LINK_INFO function to log
    the regex it uses to detect the linker invocation line.  The regex is
    computed from the CMAKE_LINKER if it is found, so it might change.  A
    strange value might match the wrong line and cause implicit link info
    extraction to fail.
    
    See issue #9666.
    20e6ac32