summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_EDIT_COMMAND.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Improve formatting of variable documentationJames Johnston2015-08-211-3/+3
| | | | | | | | Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less.
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-1/+2
| | | | | | | | | Refactor edit_cache tool selection to ask each global generator for its preference. Teach the Ninja generator to always use cmake-gui because Ninja by design cannot run interactive terminal dialogs like ccmake. Teach the Makefile generator to use cmake-gui when also using an "extra" generator whose IDE has no terminal to run ccmake, and otherwise fall back to CMAKE_EDIT_COMMAND selection for normal Makefile build systems.
* Help: Drop mention of cmake -i wizard modeBrad King2013-11-041-1/+1
| | | | | The parent commit removed support for this mode, so do not mention it in the documentation.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+7
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.