mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -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.
7 lines
265 B
ReStructuredText
7 lines
265 B
ReStructuredText
STATIC_LIBRARY_OPTIONS-ARCHIVER-prefix
|
|
--------------------------------------
|
|
|
|
* The :prop_tgt:`STATIC_LIBRARY_OPTIONS` target property gains the support of
|
|
the ``ARCHIVER:`` prefix to pass options to the archiver through the compiler
|
|
driver in a portable way.
|