Files
CMake/Help/variable/LINKER_FLAGS.txt
Marc Chevrier 35350c419d Add support of "LINKER:" prefix for CMAKE_<TYPE>_LINKER_FLAGS variable
The following variables now support the LINKER: prefix:
* CMAKE_<TYPE>_LINKER_FLAGS
* CMAKE_<TYPE>_LINKER_FLAGS_<CONFIG>

Fixes: #26171
2024-11-04 17:07:58 +01:00

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`.