CMAKE_<LANG>_USING_LINKER_MODEΒΆ
New in version 3.29.
- This variable specify what is the type of data stored in variable
CMAKE_<LANG>_USING_LINKER_<TYPE>
. There are two possible values:FLAG
CMAKE_<LANG>_USING_LINKER_<TYPE>
holds compiler flags. This is the default.TOOL
CMAKE_<LANG>_USING_LINKER_<TYPE>
holds the path to the linker tool.