CMake/Help/variable/CMAKE_LANG_COMPILER_AR.rst
Ruslan Baratov 7393418844 Rename CMAKE_GCC_{AR,RANLIB} to CMAKE_LANG_COMPILER_{AR,RANLIB}
The variables recently added by commit b9d36826 (Add 'CMAKE_GCC_AR' and
'CMAKE_GCC_RANLIB' variables, 2017-03-08) are more appropriately managed
with language-specific names rather than toolchain-specific names.
2017-04-03 14:10:50 -04:00

8 lines
168 B
ReStructuredText

CMAKE_<LANG>_COMPILER_AR
------------------------
A wrapper around ``ar`` adding the appropriate ``--plugin`` option for the
compiler.
See also :variable:`CMAKE_AR`.