diff options
author | Brad King <brad.king@kitware.com> | 2013-12-03 14:45:28 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-12-03 14:45:28 (GMT) |
commit | a6b45087a1172655d2bbfebbbda3f66943ab6908 (patch) | |
tree | 316698a71ba8e970ef17853d2198ef4f1d745153 /Help/variable/CMAKE_TOOLCHAIN_FILE.rst | |
parent | 1af0c41278567fa67e19d120b46058118f7a0d44 (diff) | |
parent | c45b5ceb6684518d06a7e185ea620031e03b2efe (diff) | |
download | CMake-a6b45087a1172655d2bbfebbbda3f66943ab6908.zip CMake-a6b45087a1172655d2bbfebbbda3f66943ab6908.tar.gz CMake-a6b45087a1172655d2bbfebbbda3f66943ab6908.tar.bz2 |
Merge topic 'cmake-toolchains-manual'
c45b5ce Help: Add cmake-toolchains.7 manual
3e3f8b4 Help: Document the CMAKE_FIND_ROOT_PATH* variables.
531c108 Help: Document the CMAKE_TOOLCHAIN_FILE.
Diffstat (limited to 'Help/variable/CMAKE_TOOLCHAIN_FILE.rst')
-rw-r--r-- | Help/variable/CMAKE_TOOLCHAIN_FILE.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_TOOLCHAIN_FILE.rst b/Help/variable/CMAKE_TOOLCHAIN_FILE.rst new file mode 100644 index 0000000..e1a65e1 --- /dev/null +++ b/Help/variable/CMAKE_TOOLCHAIN_FILE.rst @@ -0,0 +1,9 @@ +CMAKE_TOOLCHAIN_FILE +-------------------- + +Path to toolchain file supplied to :manual:`cmake(1)`. + +This variable is specified on the command line when cross-compiling with CMake. +It is the path to a file which is read early in the CMake run and which specifies +locations for compilers and toolchain utilities, and other target platform and +compiler related information. |