mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
The following variables now support the LINKER: prefix: * CMAKE_<TYPE>_LINKER_FLAGS * CMAKE_<TYPE>_LINKER_FLAGS_<CONFIG> Fixes: #26171
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
|
|
.. include:: ../command/LINK_LIBRARIES_LINKER.txt
|
|
|
|
This support implies to parse and re-quote the content of the variable. See
|
|
policy :policy:`CMP0181`.
|