Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Clarify MSVC and MSVC_VERSION variables | Christian Pfeiffer | 2018-02-01 | 1 | -3/+3 |
| | | | | | The current documentation doesn't clarify that compilers simulating Visual C++ will also have these variables set. | ||||
* | Help: Document preference of `MSVC_VERSION` over `MSVC##` | Brad King | 2017-03-22 | 1 | -0/+2 |
| | | | | Issue: #16735 | ||||
* | 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. |