summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2018-01-20 22:55:59 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-01-20 22:56:05 (GMT)
commiteae771844031e2028f050168ef11beb11c6e3aff (patch)
tree129730d4a8b04773c9efcffeac63a22acbb718a7
parent11c4ea7f110b267d057c432395642f713a52758d (diff)
parentf3e9beddfb357b5836d01c04655b6508fd52324c (diff)
downloadCMake-eae771844031e2028f050168ef11beb11c6e3aff.zip
CMake-eae771844031e2028f050168ef11beb11c6e3aff.tar.gz
CMake-eae771844031e2028f050168ef11beb11c6e3aff.tar.bz2
Merge topic 'docs_cmake_lang_compiler_external_toolchain'
f3e9bedd Help: CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN typo removal Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1679
-rw-r--r--Help/variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst b/Help/variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst
index 5be935b..cbe3544 100644
--- a/Help/variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst
+++ b/Help/variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst
@@ -6,7 +6,7 @@ The external toolchain for cross-compiling, if supported.
Some compiler toolchains do not ship their own auxiliary utilities such as
archivers and linkers. The compiler driver may support a command-line argument
to specify the location of such tools.
-``CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN`` may be set to a path to a path to
+``CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN`` may be set to a path to
the external toolchain and will be passed to the compiler driver if supported.
This variable may only be set in a toolchain file specified by