1CMAKE_STATIC_LINKER_FLAGS_<CONFIG>
2----------------------------------
3
4Flags to be used to create static libraries.  These flags will be passed
5to the archiver when creating a static library in the ``<CONFIG>``
6configuration.
7
8See also :variable:`CMAKE_STATIC_LINKER_FLAGS`.
9
10.. note::
11  Static libraries do not actually link.  They are essentially archives
12  of object files.  The use of the name "linker" in the name of this
13  variable is kept for compatibility.
14