summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-09-02 14:20:02 -0400
committerDavid Cole <david.cole@kitware.com>2011-09-02 14:20:02 -0400
commit79701929fb7dc3a8aee913866bc8f9352af57ee7 (patch)
tree0d44789250bd8f68467f18e7b2bb2d8680502016 /CTestCustom.cmake.in
parent28ce8b7a147e315eb4bce4f0ae014e100162aa59 (diff)
downloadcmake-79701929fb7dc3a8aee913866bc8f9352af57ee7.tar.gz
Suppress Qt warning for dashmacmini5 builds
The clang and icc compilers see two lines of warning with essentially the same message. But the second line does not say qglobal.h, so remove that part of the warning exclusion regex. See parent commit for further comments regarding this warning exclusion.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index d11f515f4d..0e61da4416 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -43,7 +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"
+ "warning.*This version of Mac OS X is unsupported"
)
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")