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:
Brad King 2016-05-11 09:55:58 -04:00
parent eb4f510412
commit eafe541ff6
1 changed files with 1 additions and 0 deletions

View File

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