|
@@ -27,6 +27,7 @@ function(CMAKE_PARSE_IMPLICIT_LINK_INFO text lib_var dir_var log_var)
|
|
|
get_filename_component(linker ${CMAKE_LINKER} NAME)
|
|
get_filename_component(linker ${CMAKE_LINKER} NAME)
|
|
|
endif()
|
|
endif()
|
|
|
set(linker_regex "^( *|.*/)(${linker}|ld|collect2)")
|
|
set(linker_regex "^( *|.*/)(${linker}|ld|collect2)")
|
|
|
|
|
+ set(log "${log} link line regex: [${linker_regex}]\n")
|
|
|
string(REGEX REPLACE "\r?\n" ";" output_lines "${text}")
|
|
string(REGEX REPLACE "\r?\n" ";" output_lines "${text}")
|
|
|
foreach(line IN LISTS output_lines)
|
|
foreach(line IN LISTS output_lines)
|
|
|
set(cmd)
|
|
set(cmd)
|