Merge topic 'remove-cmake-i-wizard'
0fa9aea Help: Drop mention of cmake -i wizard mode
This commit is contained in:
commit
93fe461e6c
@ -19,8 +19,7 @@ Description
|
|||||||
|
|
||||||
The "cmake" executable is the CMake command-line interface. It may be
|
The "cmake" executable is the CMake command-line interface. It may be
|
||||||
used to configure projects in scripts. Project configuration settings
|
used to configure projects in scripts. Project configuration settings
|
||||||
may be specified on the command line with the -D option. The -i
|
may be specified on the command line with the -D option.
|
||||||
option will cause cmake to interactively prompt for such settings.
|
|
||||||
|
|
||||||
CMake is a cross-platform build system generator. Projects specify
|
CMake is a cross-platform build system generator. Projects specify
|
||||||
their build process with platform-independent CMake listfiles included
|
their build process with platform-independent CMake listfiles included
|
||||||
|
@ -4,4 +4,4 @@ CMAKE_EDIT_COMMAND
|
|||||||
Full path to cmake-gui or ccmake.
|
Full path to cmake-gui or ccmake.
|
||||||
|
|
||||||
This is the full path to the CMake executable that can graphically
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user