Editing CMakeCache variables
Answered
I remember that I was able to edit variables in CMakeCache similar to what you can do in ccmake or cmake-gui in previous versions of CLion. But with the latest version of CLion (2017.3), I cannot find where to do the editing CMakeCahce variable. Has this functionality completely dropped? I'd rather not directly edit CMakeCache.txt file. But it gets quite annoying to ccmake separately to set variables prior to loading the project into CLion.
Please sign in to leave a comment.
Hi!
Please open `View | Tool Windows | CMake` and press `Open CMakeCache.txt` button on the left side of the tool window.