diff options
author | Brad King <brad.king@kitware.com> | 2013-11-04 16:07:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-11-04 16:16:22 (GMT) |
commit | 0fa9aea2936eea1081b088caca29bad731437773 (patch) | |
tree | 4c0f328cd8fee920648311facbdf67f0c802c6b0 /Help/variable | |
parent | a8226e91d75e595248a176966f3f645203f12072 (diff) | |
download | CMake-0fa9aea2936eea1081b088caca29bad731437773.zip CMake-0fa9aea2936eea1081b088caca29bad731437773.tar.gz CMake-0fa9aea2936eea1081b088caca29bad731437773.tar.bz2 |
Help: Drop mention of cmake -i wizard mode
The parent commit removed support for this mode, so do not mention
it in the documentation.
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_EDIT_COMMAND.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_EDIT_COMMAND.rst b/Help/variable/CMAKE_EDIT_COMMAND.rst index 24d26b5..a5c13f4 100644 --- a/Help/variable/CMAKE_EDIT_COMMAND.rst +++ b/Help/variable/CMAKE_EDIT_COMMAND.rst @@ -4,4 +4,4 @@ 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. +edit the cache. For example, cmake-gui or ccmake. |