Browse Source

Show make errors but exclude external project warnings on CDash.

Sascha Zelzer 11 years ago
parent
commit
bad4288380
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CMake/CTestCustom.cmake.in

+ 2 - 2
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"
+  "make.*No rule to make target.*"
 
   )
 
@@ -40,7 +40,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   ${CTEST_CUSTOM_WARNING_EXCEPTION}
 
   # external projects
-  "@CTK_BINARY_DIR@/(?!CTK-build/).*"
+  "@CTK_BINARY_DIR@/(?!CTK-build/)"
 
   # kwstyle suppressions
   "[Kk][Ww][Ss]tyle.*kws.*cxx"