-
-
Notifications
You must be signed in to change notification settings - Fork 177
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")benjamin051000 and VelocityRa
Metadata
Metadata
Assignees
Labels
No labels