[Cmake-commits] CMake branch, master, updated. v3.10.2-1033-ga40768b

Kitware Robot kwrobot at kitware.com
Mon Feb 5 09:35:04 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  a40768b5af2ace2028e70efc04f65f4f8fd113f0 (commit)
       via  04167e39c329e8e1cfb5bab12b6492af8bcd4bdd (commit)
      from  fba5980fa6d94c101e8729414bb4f787fb310b68 (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=a40768b5af2ace2028e70efc04f65f4f8fd113f0
commit a40768b5af2ace2028e70efc04f65f4f8fd113f0
Merge: fba5980 04167e3
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 5 14:27:53 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Feb 5 09:28:01 2018 -0500

    Merge topic 'bootstrap-try-clang'
    
    04167e39 bootstrap: Add Clang to known compiler candidates
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !1749


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=04167e39c329e8e1cfb5bab12b6492af8bcd4bdd
commit 04167e39c329e8e1cfb5bab12b6492af8bcd4bdd
Author:     Axel Huebl <axel.huebl at plasma.ninja>
AuthorDate: Mon Feb 5 11:26:15 2018 +0100
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Feb 5 08:58:41 2018 -0500

    bootstrap: Add Clang to known compiler candidates
    
    Add `clang` and `clang++` after the corresponding `gcc` and `g++`
    candidates.  Otherwise it is not tried on platforms where we do not
    enumerate the toolchain pair candidates.

diff --git a/bootstrap b/bootstrap
index 83e67c5..005f4f3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -220,8 +220,8 @@ cmake_doc_dir_default="`cmake_install_dest_default DOC ${cmake_doc_dir_keyword}`
 cmake_man_dir_default="`cmake_install_dest_default MAN ${cmake_man_dir_keyword}`"
 cmake_xdgdata_dir_default="`cmake_install_dest_default XDGDATA ${cmake_xdgdata_dir_keyword}`"
 
-CMAKE_KNOWN_C_COMPILERS="cc gcc xlc icc tcc"
-CMAKE_KNOWN_CXX_COMPILERS="aCC xlC CC g++ c++ icc como "
+CMAKE_KNOWN_C_COMPILERS="cc gcc clang xlc icc tcc"
+CMAKE_KNOWN_CXX_COMPILERS="aCC xlC CC g++ clang++ c++ icc como "
 CMAKE_KNOWN_MAKE_PROCESSORS="gmake make"
 
 CMAKE_PROBLEMATIC_FILES="\

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

Summary of changes:
 bootstrap |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list