summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_SYSTEM_NAME.rst
Commit message (Collapse)AuthorAgeFilesLines
* WASI: Add platform modulesJacob Hummer2024-07-161-0/+1
| | | | | | | | | | Add minimal platform modules to support toolchain files like those in * https://github.com/WebAssembly/wasi-sdk or direct use of `-DCMAKE_SYSTEM_NAME="WASI"` Fixes: #19223
* Help: Document CMAKE_SYSTEM_NAME possible valuesPeter Kokot2024-02-051-0/+83
| | | | Fixes: #21489
* Help: note that CMAKE_SYSTEM_NAME is not set in script modeKyle Edwards2018-01-081-0/+3
| | | | Fixes #17109.
* Help: Improve CMAKE_SYSTEM_{NAME,VERSION} variable documentationBrad King2015-10-021-4/+16
| | | | | 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-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* documentationJiri Malak2014-03-041-4/+3
| | | | | 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/+9
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.