summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-09-01 13:29:51 (GMT)
committerDavid Cole <david.cole@kitware.com>2011-09-01 13:30:57 (GMT)
commit28ce8b7a147e315eb4bce4f0ae014e100162aa59 (patch)
tree06a09bce478f0780249cd8523c8b74a0a176904b
parent917ca9f1428efc73b9f23db9e5aa3dccbb15a513 (diff)
downloadCMake-28ce8b7a147e315eb4bce4f0ae014e100162aa59.zip
CMake-28ce8b7a147e315eb4bce4f0ae014e100162aa59.tar.gz
CMake-28ce8b7a147e315eb4bce4f0ae014e100162aa59.tar.bz2
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.
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
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")