summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-09-29 15:44:03 -0400
committerDavid Cole <david.cole@kitware.com>2011-09-29 15:44:03 -0400
commitad6fa0cbca85febca573e18bbbd7bafa2ea00f81 (patch)
tree192cfc24c05440283ca936d106a170f30b10f033 /CTestCustom.cmake.in
parent8a3bca50fa55b82f134c8a763bc837f0d5a17afa (diff)
downloadcmake-ad6fa0cbca85febca573e18bbbd7bafa2ea00f81.tar.gz
CTestCustom.cmake: Ignore clang's summary warning
Assuming prior text has matched some other warning expression...
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 0e61da4416..1a466889b7 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -44,6 +44,10 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
"ld: warning: directory not found for option .-(F|L)"
"warning.*This version of Mac OS X is unsupported"
+
+ # Ignore clang's summary warning, assuming prior text has matched some
+ # other warning expression:
+ "[0-9,]+ warnings? generated."
)
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")