Editing CMakeCache variables

已回答

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.

0

Hi!

Please open `View | Tool Windows | CMake` and press `Open CMakeCache.txt` button on the left side of the tool window.

0

请先登录再写评论。