summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_SYSTEM_VERSION.rst
Commit message (Collapse)AuthorAgeFilesLines
* Allow CMAKE_SYSTEM_VERSION to be set without CMAKE_SYSTEM_NAMEGilles Khouzam2015-10-021-0/+7
| | | | | | Teach CMakeDetermineSystem to check for a CMAKE_SYSTEM_VERSION setting even when CMAKE_SYSTEM_NAME is not set. This will allow builds on the host OS to target other versions of the OS without full cross-compiling.
* Help: Improve CMAKE_SYSTEM_{NAME,VERSION} variable documentationBrad King2015-10-021-4/+17
| | | | | Specify their meaning for host builds and when cross compiling. Sepcify their relationship in each case.
* Help: Improve formatting of variable documentationJames Johnston2015-08-211-1/+1
| | | | | | | | 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* documentationJiri Malak2014-03-041-4/+4
| | | | | Update to documentation for HOST/TARGET system related variables to be consistent with current functionality.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+8
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.