summaryrefslogtreecommitdiffstats
path: root/Help/manual/OPTIONS_BUILD.txt
diff options
context:
space:
mode:
authorRobert Maynard <rmaynard@nvidia.com>2021-04-07 18:24:14 (GMT)
committerRobert Maynard <rmaynard@nvidia.com>2021-04-15 14:13:49 (GMT)
commitd5c3e4ac326328dd4ca48b12b27b11ea19d87363 (patch)
tree45d0f8e2a50582be6c89885fa52f36bb68d9080c /Help/manual/OPTIONS_BUILD.txt
parent13838bbb36dbfeb36243d661378732672477ac8a (diff)
downloadCMake-d5c3e4ac326328dd4ca48b12b27b11ea19d87363.zip
CMake-d5c3e4ac326328dd4ca48b12b27b11ea19d87363.tar.gz
CMake-d5c3e4ac326328dd4ca48b12b27b11ea19d87363.tar.bz2
cmake: add support for --toolchain command argument
Diffstat (limited to 'Help/manual/OPTIONS_BUILD.txt')
-rw-r--r--Help/manual/OPTIONS_BUILD.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/manual/OPTIONS_BUILD.txt b/Help/manual/OPTIONS_BUILD.txt
index c4f9be8..c4f83f7 100644
--- a/Help/manual/OPTIONS_BUILD.txt
+++ b/Help/manual/OPTIONS_BUILD.txt
@@ -76,6 +76,10 @@
native build system to choose a compiler or SDK. See the
:variable:`CMAKE_GENERATOR_PLATFORM` variable for details.
+``--toolchain <path-to-file>``
+ Specify the cross compiling toolchain file, equivalant to setting
+ :variable:`CMAKE_TOOLCHAIN_FILE` variable.
+
``--install-prefix <directory>``
Specify the installation directory, used by the
:variable:`CMAKE_INSTALL_PREFIX` variable. Must be an absolute path.