CLion 2021.1 Help

CMake tool window

View | Tool Windows | CMake

In this tool window, you can explore CMake output messages, errors and warnings. The tabs of the tool window caption correspond to the generated built types as defined in CMake settings dialog.

IconTooltip and shortcutDescription
Icons actions refreshReload CMake Project

Click this button to reload the CMake project.

Artwork studio icons shell toolbar stopStop CMake Project Reload

Click this button to cancel the process of CMake project reload. The button is grayed-out when there is no active reload running.

Icons file types configOpen CMakeCache file

Click this button to open the CMakeCache.txt file in the editor.

Artwork studio icons logcat toolbar settings

Click this button to expand the drop down menu:

Icons general settingsCMake Settings

Select this option to open the CMake Settings dialog box.

Icon edit folder 2xChange Project RootSelect this option to change the project root directory
Show Generated Files in ...Select this option to locate the generated files in your OS file system viewer (e.g. Explorer for Windows or Finder for macOS).
Icon force refresh 2xReset Cache and Reload Project

Click this button to reset the CMake cache and reload a project.

Icons actions previous occurencePreviousClick this button to navigate to the previous error or warning.
Icons actions next occurenceNextClick this button to navigate to the next error or warning.
Icons actions toggle soft wrapUse Soft WrapsClick this button to turn the soft wrap mode for the output on or off.
Icons run configurations scroll downScroll to the endClick this button to go to the last error or warning.
Icons general printPrintClick this button to print the output.
Icons actions gcClear AllClick this button to clear all the messages.
Last modified: 16 June 2021