Ver Fonte

Merge topic 'ctest-suppress-Note'

eafe541f CTest: Do not treat "Note: ..." lines as errors (#14394)
Brad King há 9 anos atrás
pai
commit
cb704c0871
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Source/CTest/cmCTestBuildHandler.cxx

+ 1 - 0
Source/CTest/cmCTestBuildHandler.cxx

@@ -102,6 +102,7 @@ static const char* cmCTestErrorExceptions[] = {
   ": warning",
   ": \\(Warning\\)",
   ": note",
+  "Note:",
   "makefile:",
   "Makefile:",
   ":[ \\t]+Where:",