diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-11-26 19:48:20 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-11-27 13:21:12 +0100 |
commit | 531c108da1472cde387506172588ddd7e66b4e1d (patch) | |
tree | 18c686be9726e02c4a5fa32aa28975e5f16bed98 /Help/variable/CMAKE_LANG_COMPILER_TARGET.rst | |
parent | d05e0aa845a99d2a04f61578ba9882ba9a2949c4 (diff) | |
download | cmake-531c108da1472cde387506172588ddd7e66b4e1d.tar.gz |
Help: Document the CMAKE_TOOLCHAIN_FILE.
Link to the new docs from existing references to the variable.
Diffstat (limited to 'Help/variable/CMAKE_LANG_COMPILER_TARGET.rst')
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_TARGET.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_LANG_COMPILER_TARGET.rst b/Help/variable/CMAKE_LANG_COMPILER_TARGET.rst index 7c8efee9b7..656c57d2b2 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_TARGET.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_TARGET.rst @@ -8,4 +8,4 @@ QNX qcc. These compiler drivers support a command-line argument to specify the target to cross-compile for. This variable may only be set in a toolchain file specified by -the ``CMAKE_TOOLCHAIN_FILE`` variable. +the :variable:`CMAKE_TOOLCHAIN_FILE` variable. |