[Cmake-commits] CMake branch, next, updated. v3.6.0-rc2-426-gfb6f64d
Brad King
brad.king at kitware.com
Mon Jun 20 09:38:32 EDT 2016
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, next has been updated
via fb6f64d32c1bbd80b67a4b242e0a8507640e6f8d (commit)
via 229816beecaf86129b718f982050056c50b1f578 (commit)
via f4c35c3dc2cd7204fc680d39a5c2f186f0badd6a (commit)
from 35b918568d2d6ed631eeb778ec60f47bc64c47ba (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=fb6f64d32c1bbd80b67a4b242e0a8507640e6f8d
commit fb6f64d32c1bbd80b67a4b242e0a8507640e6f8d
Merge: 35b9185 229816b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 20 09:38:31 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 20 09:38:31 2016 -0400
Merge topic 'aix-clang' into next
229816be AIX: Add support for Clang compiler
f4c35c3d CMake Nightly Date Stamp
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=229816beecaf86129b718f982050056c50b1f578
commit 229816beecaf86129b718f982050056c50b1f578
Author: Wu Zhao <wuzhaozju at gmail.com>
AuthorDate: Mon Jun 20 14:51:37 2016 +0800
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 20 09:38:19 2016 -0400
AIX: Add support for Clang compiler
The platform information module for GNU on AIX can be reused for Clang
on AIX because clang accepts almost all of the same options.
diff --git a/Modules/Platform/AIX-Clang-C.cmake b/Modules/Platform/AIX-Clang-C.cmake
new file mode 100644
index 0000000..0e8a1c0
--- /dev/null
+++ b/Modules/Platform/AIX-Clang-C.cmake
@@ -0,0 +1 @@
+include(Platform/AIX-GNU-C)
diff --git a/Modules/Platform/AIX-Clang-CXX.cmake b/Modules/Platform/AIX-Clang-CXX.cmake
new file mode 100644
index 0000000..6b9110e
--- /dev/null
+++ b/Modules/Platform/AIX-Clang-CXX.cmake
@@ -0,0 +1 @@
+include(Platform/AIX-GNU-CXX)
-----------------------------------------------------------------------
Summary of changes:
Modules/Platform/AIX-Clang-C.cmake | 1 +
Modules/Platform/AIX-Clang-CXX.cmake | 1 +
Source/CMakeVersion.cmake | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
create mode 100644 Modules/Platform/AIX-Clang-C.cmake
create mode 100644 Modules/Platform/AIX-Clang-CXX.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list