소스 검색

Show make errors but exclude external project warnings on CDash.

Sascha Zelzer 11 년 전
부모
커밋
9aa77de5e7
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      CMake/CTestCustom.cmake.in

+ 4 - 1
CMake/CTestCustom.cmake.in

@@ -27,7 +27,7 @@ SET(CTEST_CUSTOM_MEMCHECK_IGNORE
 SET(CTEST_CUSTOM_ERROR_MATCH
   ${CTEST_CUSTOM_ERROR_MATCH}
   "CMake Error[ :]"
-  "make.*No rule to make target"
+  "No rule to make target"
 
   )
 
@@ -41,6 +41,9 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
 
   # external projects
   "Note: checking out"
+  "@CTK_BINARY_DIR@/DCMTK"
+  "@CTK_BINARY_DIR@/GDCM"
+  "@CTK_BINARY_DIR@/ITK"
 
   # kwstyle suppressions
   "[Kk][Ww][Ss]tyle.*kws.*cxx"