CLion 2017.3 Help

Resetting CMake Cache

Basics

In some cases you may need to reset the CMake cache before building a project, without affecting the CLion cache.

Resetting CMake cache

To reset the CMake cache and reload a project:
  • On the main menu, choose the Tools | CMake | Reset Cache and Reload Project action.
  • Click the IconDBToolbarMenu button of the CMake tool window. In the drop down menu that opens, select the icon forceRefresh 2x Reset Cache and Reload Project option.
Last modified: 27 March 2018

See Also