mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
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.
9 lines
290 B
ReStructuredText
9 lines
290 B
ReStructuredText
compiler_archiving_tools
|
|
------------------------
|
|
|
|
* A :variable:`CMAKE_<LANG>_COMPILER_AR` variable was added to hold
|
|
the path to the GCC/Clang wrapper of ``ar``.
|
|
|
|
* A :variable:`CMAKE_<LANG>_COMPILER_RANLIB` variable was added to hold
|
|
the path to the GCC/Clang wrapper of ``ranlib``.
|