diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-11-26 18:48:20 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-11-27 12:21:12 (GMT) |
commit | 531c108da1472cde387506172588ddd7e66b4e1d (patch) | |
tree | 18c686be9726e02c4a5fa32aa28975e5f16bed98 /Help/variable/CMAKE_TOOLCHAIN_FILE.rst | |
parent | d05e0aa845a99d2a04f61578ba9882ba9a2949c4 (diff) | |
download | CMake-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.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. |