[Cmake-commits] CMake branch, master, updated. v3.10.2-846-geae7718

Kitware Robot kwrobot at kitware.com
Sat Jan 20 18:05:05 EST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  eae771844031e2028f050168ef11beb11c6e3aff (commit)
       via  f3e9beddfb357b5836d01c04655b6508fd52324c (commit)
      from  11c4ea7f110b267d057c432395642f713a52758d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=eae771844031e2028f050168ef11beb11c6e3aff
commit eae771844031e2028f050168ef11beb11c6e3aff
Merge: 11c4ea7 f3e9bed
Author:     Craig Scott <craig.scott at crascit.com>
AuthorDate: Sat Jan 20 22:55:59 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Sat Jan 20 17:56:05 2018 -0500

    Merge topic 'docs_cmake_lang_compiler_external_toolchain'
    
    f3e9bedd Help: CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN typo removal
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !1679


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f3e9beddfb357b5836d01c04655b6508fd52324c
commit f3e9beddfb357b5836d01c04655b6508fd52324c
Author:     Craig Scott <craig.scott at crascit.com>
AuthorDate: Sat Jan 20 17:17:28 2018 +1100
Commit:     Craig Scott <craig.scott at crascit.com>
CommitDate: Sat Jan 20 17:17:28 2018 +1100

    Help: CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN typo removal

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

-----------------------------------------------------------------------

Summary of changes:
 Help/variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list