Open
Description
The proper way to set the linker in CMake 3.29+ is with this new variable. The example from the bottom of this page suggests something like this (target specific):
set_property(TARGET "${project_name}" PROPERTY LINKER_TYPE "MOLD")
or globally:
set(CMAKE_LINKER_TYPE "MOLD")
Metadata
Metadata
Assignees
Labels
No labels