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/manual/cmake.1.rst | |
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/manual/cmake.1.rst')
-rw-r--r-- | Help/manual/cmake.1.rst | 3 |
1 files changed, 1 insertions, 2 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 |