Merge topic 'ctest-suppress-Note'
eafe541f
CTest: Do not treat "Note: ..." lines as errors (#14394)
This commit is contained in:
commit
cb704c0871
|
@ -102,6 +102,7 @@ static const char* cmCTestErrorExceptions[] = {
|
|||
": warning",
|
||||
": \\(Warning\\)",
|
||||
": note",
|
||||
"Note:",
|
||||
"makefile:",
|
||||
"Makefile:",
|
||||
":[ \\t]+Where:",
|
||||
|
|
Loading…
Reference in New Issue