summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-11-04 16:07:16 (GMT)
committerBrad King <brad.king@kitware.com>2013-11-04 16:16:22 (GMT)
commit0fa9aea2936eea1081b088caca29bad731437773 (patch)
tree4c0f328cd8fee920648311facbdf67f0c802c6b0
parenta8226e91d75e595248a176966f3f645203f12072 (diff)
downloadCMake-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.
-rw-r--r--Help/manual/cmake.1.rst3
-rw-r--r--Help/variable/CMAKE_EDIT_COMMAND.rst2
2 files changed, 2 insertions, 3 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 46190b5..c9d23db 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -14,8 +14,7 @@ Description
The "cmake" executable is the CMake command-line interface. It may be
used to configure projects in scripts. Project configuration settings
-may be specified on the command line with the -D option. The -i
-option will cause cmake to interactively prompt for such settings.
+may be specified on the command line with the -D option.
CMake is a cross-platform build system generator. Projects specify
their build process with platform-independent CMake listfiles included
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.