diff options
Diffstat (limited to 'Help/variable/CMAKE_EDIT_COMMAND.rst')
-rw-r--r-- | Help/variable/CMAKE_EDIT_COMMAND.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_EDIT_COMMAND.rst b/Help/variable/CMAKE_EDIT_COMMAND.rst new file mode 100644 index 0000000..24d26b5 --- /dev/null +++ b/Help/variable/CMAKE_EDIT_COMMAND.rst @@ -0,0 +1,7 @@ +CMAKE_EDIT_COMMAND +------------------ + +Full path to cmake-gui or ccmake. + +This is the full path to the CMake executable that can graphically +edit the cache. For example, cmake-gui, ccmake, or cmake -i. |