Files
CMake/Help/variable/CMAKE_LANG_ARCHIVER_WRAPPER_FLAG_SEP.rst
T
Marc Chevrier 521a6d409c Archive library: Add support for ARCHIVER: prefix
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.
2024-11-26 19:26:07 +01:00

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.