ENH: Some ctest custom fixes

This commit is contained in:
Andy Cedilnik 2006-04-10 09:36:44 -04:00
parent bb7debf24c
commit e2fb2b82be
1 changed files with 9 additions and 9 deletions

View File

@ -10,12 +10,12 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"libcmcurl.*has no symbols"
"not sorted slower link editing will result"
"stl_deque.h:479"
"Utilities/cmzlib/"
"Utilities/cmxmlrpc/"
"Source/CTest/Curl"
"Utilities/cmcurl"
"Source/CursesDialog/form"
"Redeclaration of .sendpath. with a different storage class specifier"
"Utilities/cmzlib/"
"Utilities/cmxmlrpc/"
"Source/CTest/Curl"
"Utilities/cmcurl"
"Source/CursesDialog/form"
"Redeclaration of .send..... with a different storage class specifier"
"Utilities/cmexpat/"
"is not used for resolving any symbol"
"remark\\(1209"
@ -23,13 +23,13 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
)
IF(NOT "@CMAKE_GENERATOR@" MATCHES "XCode")
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
"XCode"
)
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "XCode")
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
IF(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
${CTEST_CUSTOM_COVERAGE_EXCLUDE}