https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230603
--- Comment #6 from Jan Beich <[email protected]> --- Comment on attachment 196189 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196189 v2 (fix typo) >++ execute_process(COMMAND ${CMAKE_LINKER} "-v" OUTPUT_VARIABLE >LD_VERSION) CMakeCache.txt contains CMAKE_LINKER:FILEPATH=/usr/local/bin/ld. Did you mean ${CMAKE_CXX_COMPILER} "-Wl,--version" ? The build doesn't invoke linker directly. -- You are receiving this mail because: You are the assignee for the bug.
