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