summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-09-07 19:37:56 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-09-07 19:37:56 (GMT)
commit2ea27a54d97c72870ed69c9bde17826faf87f6d3 (patch)
tree02de006b0cc31b85e5dc1ada671bb7ba43a26c42
parentf62540adcc1dd53b66534f6ed7c03b5e5daf1d26 (diff)
parent79701929fb7dc3a8aee913866bc8f9352af57ee7 (diff)
downloadCMake-2ea27a54d97c72870ed69c9bde17826faf87f6d3.zip
CMake-2ea27a54d97c72870ed69c9bde17826faf87f6d3.tar.gz
CMake-2ea27a54d97c72870ed69c9bde17826faf87f6d3.tar.bz2
Merge topic 'suppress-qt-warning'
7970192 Suppress Qt warning for dashmacmini5 builds 28ce8b7 Suppress Qt warning for dashmacmini5 builds
-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..0e61da4 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)"
+ "warning.*This version of Mac OS X is unsupported"
)
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")