diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-01-20 22:55:59 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-01-20 22:56:05 (GMT) |
commit | eae771844031e2028f050168ef11beb11c6e3aff (patch) | |
tree | 129730d4a8b04773c9efcffeac63a22acbb718a7 | |
parent | 11c4ea7f110b267d057c432395642f713a52758d (diff) | |
parent | f3e9beddfb357b5836d01c04655b6508fd52324c (diff) | |
download | CMake-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.rst | 2 |
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 |