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

CMake cache

Last modified: 15 June 2021

CMake caches variables and settings in the CMakeCache.txt file. When you load a project for the first time, this file is generated in the build directory (cmake-build-debug or cmake-build-release by default) according to the contents of CMakeLists.txt.

If required, you can open and edit CMakeCache.txt as a regular text file. For this, use the Icons file types config icon in the CMake Tool Window or locate the file in the project tree.