summaryrefslogtreecommitdiffstats
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-09-02 18:20:02 (GMT)
committerDavid Cole <david.cole@kitware.com>2011-09-02 18:20:02 (GMT)
commit79701929fb7dc3a8aee913866bc8f9352af57ee7 (patch)
tree0d44789250bd8f68467f18e7b2bb2d8680502016 /CTestCustom.cmake.in
parent28ce8b7a147e315eb4bce4f0ae014e100162aa59 (diff)
downloadCMake-79701929fb7dc3a8aee913866bc8f9352af57ee7.zip
CMake-79701929fb7dc3a8aee913866bc8f9352af57ee7.tar.gz
CMake-79701929fb7dc3a8aee913866bc8f9352af57ee7.tar.bz2
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 d11f515..0e61da4 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")