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

CMake profiles

Last modified: 11 October 2024

Settings required for building a CMake project are incorporated into a CMake profile. It includes toolchain and build type, as well as CMake options such as generators and environment variables.

You can configure multiple profiles for your project in order to, for example, use different compilers or to build targets with differing settings.