CLion
 
2025.1
Get CLion
Join the CLion Early Access Program and try out new features before they are released! Find out more

Toolchains

Last modified: 23 January 2025

For CMake, Makefile, and compilation database projects in CLion, a toolchain is a set of all the necessary tools required for building and running your application: the CMake executable (CMake projects), the build tool, the C/C++ compilers, the debugger binary, and the working environment.

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, switch to another compiler).

Select the kind of project you are working with to learn more: