summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_CROSSCOMPILING.rst
Commit message (Collapse)AuthorAgeFilesLines
* Warn if CMAKE_CROSSCOMPILING is true without CMAKE_SYSTEM_NAME setMartin Storsjö2023-03-241-5/+5
| | | | | Also clarify the `CMAKE_CROSSCOMPILING` documentation to state that CMake sets the variable automatically.
* Help: Improve documentation formatingBartosz Kosiorek2019-04-041-2/+3
|
* Help: Explain meaning and limitations of CMAKE_CROSSCOMPILINGCraig Scott2018-01-181-4/+22
| | | | Fixes: #17653
* 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.