[Cmake-commits] CMake branch, next, updated. v3.2.1-1696-g23c3113

Brad King brad.king at kitware.com
Fri Apr 10 08:11:47 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  23c3113c85a6c96d47a092c2a92b40fae63f2aff (commit)
       via  1f3bb59b691bf4d745e5c01b012c9d0b178bc34f (commit)
      from  607638aacbc1f21c09df0d8a378217f45301984a (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=23c3113c85a6c96d47a092c2a92b40fae63f2aff
commit 23c3113c85a6c96d47a092c2a92b40fae63f2aff
Merge: 607638a 1f3bb59
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Apr 10 08:11:45 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Apr 10 08:11:45 2015 -0400

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


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1f3bb59b691bf4d745e5c01b012c9d0b178bc34f
commit 1f3bb59b691bf4d745e5c01b012c9d0b178bc34f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Apr 10 08:11:21 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Apr 10 08:11:21 2015 -0400

    CTestCustom: Suppress more OS X universal binary link arch warnings

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 15f83ad..8a345b0 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 .*/libgcc.a archive's cputype"
   "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"

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list