[Cmake-commits] CMake branch, next, updated. v3.2.1-1661-g0d1ae09

Brad King brad.king at kitware.com
Thu Apr 9 07:48:02 EDT 2015


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  0d1ae09d6d166a285b42611ebe348b6c32a3ed21 (commit)
       via  fd5cbbe0008c53ebfd666fe34be958d5b5456880 (commit)
      from  9a9f62683ff256cd90a1ab98effc12a821a48f0d (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0d1ae09d6d166a285b42611ebe348b6c32a3ed21
commit 0d1ae09d6d166a285b42611ebe348b6c32a3ed21
Merge: 9a9f626 fd5cbbe
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 9 07:48:01 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 9 07:48:01 2015 -0400

    Merge topic 'suppress-osx-arch-linker-warning' into next
    
    fd5cbbe0 CTestCustom: Suppress more OS X universal binary link arch warnings


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fd5cbbe0008c53ebfd666fe34be958d5b5456880
commit fd5cbbe0008c53ebfd666fe34be958d5b5456880
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 9 07:47:36 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Apr 9 07:47:36 2015 -0400

    CTestCustom: Suppress more OS X universal binary link arch warnings

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index d716498..15f83ad 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -53,6 +53,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
   "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
   "cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
   "ld: warning: directory not found for option .-(F|L)"
+  "ld: warning: ignoring file .*/libgcc.a, file was built for archive which is not the architecture being linked"
   "ld: warning: in .*/libgcc.a, file is not of required architecture"
   "warning.*This version of Mac OS X is unsupported"
   "clang.*: warning: argument unused during compilation: .-g"

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

Summary of changes:
 CTestCustom.cmake.in |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list