[Cmake-commits] CMake branch, next, updated. v2.8.5-1771-gc496437

David Cole david.cole at kitware.com
Thu Sep 1 09:32:50 EDT 2011


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  c496437203ca868f9e65572e4b7af9119f8d9bca (commit)
       via  28ce8b7a147e315eb4bce4f0ae014e100162aa59 (commit)
      from  90ee78a5c6a8203226f0a58352a03404765b6754 (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=c496437203ca868f9e65572e4b7af9119f8d9bca
commit c496437203ca868f9e65572e4b7af9119f8d9bca
Merge: 90ee78a 28ce8b7
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Thu Sep 1 09:32:46 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 1 09:32:46 2011 -0400

    Merge topic 'suppress-qt-warning' into next
    
    28ce8b7 Suppress Qt warning for dashmacmini5 builds


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=28ce8b7a147e315eb4bce4f0ae014e100162aa59
commit 28ce8b7a147e315eb4bce4f0ae014e100162aa59
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Thu Sep 1 09:29:51 2011 -0400
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Thu Sep 1 09:30:57 2011 -0400

    Suppress Qt warning for dashmacmini5 builds
    
    Qt 4.7 and earlier produce a "This version of Mac OS X is unsupported"
    warning on Lion, even though they work fine once built. We'll upgrade
    this machine to use Qt 4.8 when it's officially released. Until then,
    suppress this warning so that we don't miss other "more real" warnings
    on the dashboard.

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index e175d9f..d11f515 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -43,6 +43,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)"
+  "qglobal.h.*warning.*This version of Mac OS X is unsupported"
   )
 
 IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")

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

Summary of changes:
 CTestCustom.cmake.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list