Merge topic 'suppress-qt-warning'

7970192 Suppress Qt warning for dashmacmini5 builds
28ce8b7 Suppress Qt warning for dashmacmini5 builds
This commit is contained in:
David Cole 2011-09-07 15:37:56 -04:00 committed by CMake Topic Stage
commit 2ea27a54d9
1 changed files with 1 additions and 0 deletions

View File

@ -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")