mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Help: Insert link to cmake --toolchain option
This commit is contained in:
@@ -96,7 +96,8 @@ Cross Compiling
|
|||||||
===============
|
===============
|
||||||
|
|
||||||
If :manual:`cmake(1)` is invoked with the command line parameter
|
If :manual:`cmake(1)` is invoked with the command line parameter
|
||||||
``--toolchain path/to/file`` or ``-DCMAKE_TOOLCHAIN_FILE=path/to/file``, the
|
:option:`--toolchain path/to/file <cmake --toolchain>` or
|
||||||
|
:option:`-DCMAKE_TOOLCHAIN_FILE=path/to/file <cmake -D>`, the
|
||||||
file will be loaded early to set values for the compilers.
|
file will be loaded early to set values for the compilers.
|
||||||
The :variable:`CMAKE_CROSSCOMPILING` variable is set to true when CMake is
|
The :variable:`CMAKE_CROSSCOMPILING` variable is set to true when CMake is
|
||||||
cross-compiling.
|
cross-compiling.
|
||||||
|
|||||||
Reference in New Issue
Block a user