mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 07:02:13 -06:00
Clang can compile code, but uses the gcc tools for other tasks such as linking. The -gcc-toolchain option can be used for that, but generalize so that other compilers can be treated the same. If such a location is specified, use it as a hint for finding the binutils executables.