mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 23:19:13 +00:00
![Ruslan Baratov](/assets/img/avatar_default.png)
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.
8 lines
184 B
ReStructuredText
8 lines
184 B
ReStructuredText
CMAKE_<LANG>_COMPILER_RANLIB
|
|
----------------------------
|
|
|
|
A wrapper around ``ranlib`` adding the appropriate ``--plugin`` option for the
|
|
compiler.
|
|
|
|
See also :variable:`CMAKE_RANLIB`.
|