mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
The following variables now support the LINKER: prefix: * CMAKE_<TYPE>_LINKER_FLAGS * CMAKE_<TYPE>_LINKER_FLAGS_<CONFIG> Fixes: #26171
9 lines
229 B
ReStructuredText
9 lines
229 B
ReStructuredText
CMAKE_MODULE_LINKER_FLAGS_<CONFIG>
|
|
----------------------------------
|
|
|
|
Flags to be used when linking a module.
|
|
|
|
Same as ``CMAKE_C_FLAGS_*`` but used by the linker when creating modules.
|
|
|
|
.. include:: ../variable/LINKER_FLAGS.txt
|