2018-10-28 12:09:07 +01:00
|
|
|
CMAKE_<LANG>_LINKER_WRAPPER_FLAG_SEP
|
|
|
|
------------------------------------
|
|
|
|
|
2021-09-14 00:13:48 +02:00
|
|
|
.. versionadded:: 3.13
|
|
|
|
|
2018-10-28 12:09:07 +01:00
|
|
|
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.
|