Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: note that CMAKE_SYSTEM_NAME is not set in script mode | Kyle Edwards | 2018-01-08 | 1 | -0/+3 |
| | | | | Fixes #17109. | ||||
* | Help: Improve CMAKE_SYSTEM_{NAME,VERSION} variable documentation | Brad King | 2015-10-02 | 1 | -4/+16 |
| | | | | | Specify their meaning for host builds and when cross compiling. Sepcify their relationship in each case. | ||||
* | Help: Improve formatting of variable documentation | James Johnston | 2015-08-21 | 1 | -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. | ||||
* | Help: Update CMAKE_SYSTEM* and CMAKE_HOST_SYSTEM* documentation | Jiri Malak | 2014-03-04 | 1 | -4/+3 |
| | | | | | Update to documentation for HOST/TARGET system related variables to be consistent with current functionality. | ||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+9 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |