mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
12 lines
404 B
ReStructuredText
12 lines
404 B
ReStructuredText
CMAKE_<LANG>_LINKER_WRAPPER_FLAG_SEP
|
|
------------------------------------
|
|
|
|
.. versionadded:: 3.13
|
|
|
|
This variable is used with :variable:`CMAKE_<LANG>_LINKER_WRAPPER_FLAG`
|
|
variable to format ``LINKER:`` prefix in the link options
|
|
(see :command:`add_link_options` and :command:`target_link_options`).
|
|
|
|
When specified, arguments of the ``LINKER:`` prefix will be concatenated using
|
|
this value as separator.
|