summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_TOOLCHAIN_FILE.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-12-03 14:45:28 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-12-03 14:45:28 (GMT)
commita6b45087a1172655d2bbfebbbda3f66943ab6908 (patch)
tree316698a71ba8e970ef17853d2198ef4f1d745153 /Help/variable/CMAKE_TOOLCHAIN_FILE.rst
parent1af0c41278567fa67e19d120b46058118f7a0d44 (diff)
parentc45b5ceb6684518d06a7e185ea620031e03b2efe (diff)
downloadCMake-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.rst9
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.