mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
521a6d409c
Add the support of the ARCHIVER: prefix to offer a portable way to pass options to the archiver when the compiler is used as driver.
12 lines
396 B
ReStructuredText
12 lines
396 B
ReStructuredText
CMAKE_<LANG>_ARCHIVER_WRAPPER_FLAG_SEP
|
|
--------------------------------------
|
|
|
|
.. versionadded:: 3.32
|
|
|
|
This variable is used with :variable:`CMAKE_<LANG>_ARCHIVER_WRAPPER_FLAG`
|
|
variable to format ``ARCHIVER:`` prefix in the static library options
|
|
(see :prop_tgt:`STATIC_LIBRARY_OPTIONS`).
|
|
|
|
When specified, arguments of the ``ARCHIVER:`` prefix will be concatenated
|
|
using this value as separator.
|