Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Fix CMAKE_HOST_WIN32 documentation | Christian Pfeiffer | 2017-04-24 | 1 | -2/+2 |
| | | | | | | The documentation falsely claims `CMAKE_HOST_WIN32` is `true` on Cygwin. Since commit v2.8.4~153^2 (Cygwin: Do not define 'WIN32', 2010-12-17) we do not define `CMAKE_HOST_WIN32` on Cygwin either. | ||||
* | Help: Improve formatting of variable documentation | James Johnston | 2015-08-21 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+6 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |