| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Specify their meaning for host builds and when cross compiling.
Sepcify their relationship in each case.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Update to documentation for HOST/TARGET system related variables to be
consistent with current functionality.
|
|
Run the convert-help.bash script to convert documentation:
./convert-help.bash "/path/to/CMake-build/bin"
Then remove it.
|