summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_TOOLCHAIN_FILE.rst
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-11-26 18:48:20 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-11-27 12:21:12 (GMT)
commit531c108da1472cde387506172588ddd7e66b4e1d (patch)
tree18c686be9726e02c4a5fa32aa28975e5f16bed98 /Help/variable/CMAKE_TOOLCHAIN_FILE.rst
parentd05e0aa845a99d2a04f61578ba9882ba9a2949c4 (diff)
downloadCMake-531c108da1472cde387506172588ddd7e66b4e1d.zip
CMake-531c108da1472cde387506172588ddd7e66b4e1d.tar.gz
CMake-531c108da1472cde387506172588ddd7e66b4e1d.tar.bz2
Help: Document the CMAKE_TOOLCHAIN_FILE.
Link to the new docs from existing references to the variable.
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.