diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-10 13:36:44 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-10 13:36:44 (GMT) |
commit | e2fb2b82be1d6e1f69b9e308bb6d065df494ab37 (patch) | |
tree | 22db48aecbe893ea73899f8d072609950d1d9c2a /CTestCustom.ctest.in | |
parent | bb7debf24c6561a86a489d63c5850e83c8025516 (diff) | |
download | CMake-e2fb2b82be1d6e1f69b9e308bb6d065df494ab37.zip CMake-e2fb2b82be1d6e1f69b9e308bb6d065df494ab37.tar.gz CMake-e2fb2b82be1d6e1f69b9e308bb6d065df494ab37.tar.bz2 |
ENH: Some ctest custom fixes
Diffstat (limited to 'CTestCustom.ctest.in')
-rw-r--r-- | CTestCustom.ctest.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in index 2917c0e..26c125d 100644 --- a/CTestCustom.ctest.in +++ b/CTestCustom.ctest.in @@ -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} |