CTest: Do not treat "Note: ..." lines as errors (#14394)
Otherwise CTest interprets the Qt5 moc tool output Note: No relevant classes found. No output generated. as a compiler error.
This commit is contained in:
parent
eb4f510412
commit
eafe541ff6
|
@ -102,6 +102,7 @@ static const char* cmCTestErrorExceptions[] = {
|
||||||
": warning",
|
": warning",
|
||||||
": \\(Warning\\)",
|
": \\(Warning\\)",
|
||||||
": note",
|
": note",
|
||||||
|
"Note:",
|
||||||
"makefile:",
|
"makefile:",
|
||||||
"Makefile:",
|
"Makefile:",
|
||||||
":[ \\t]+Where:",
|
":[ \\t]+Where:",
|
||||||
|
|
Loading…
Reference in New Issue