Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Clarify execute_process COMMAND argument behavior | Brad King | 2013-11-07 | 1 | -0/+14 |
| | | | | | | | | State in the execute_process how COMMAND arguments are passed to the child. Add a note at the end about how the command differs from add_custom_*(). Suggested-by: Alan W. Irwin | ||||
* | Help: Format execute_process command documentation | Brad King | 2013-11-07 | 1 | -26/+39 |
| | | | | | Use a code-block for the signature. Format the options as a definition list. | ||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+48 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |