CLion
 
Get CLion
You are viewing the documentation for an earlier version of CLion.

Toolchains for CMake projects

Last modified: 15 November 2021

For CMake projects in CLion, a toolchain is a set of all the necessary tools required for building and running your application: the working environment, the CMake executable, the make tool and compilers, and the debugger.

When you start working with CLion, you already have a default toolchain available. Although you can use it in development, you may also want to adjust the set of tools for the needs of your project (for example, change the working environment or switch to another compiler).