mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-18 05:01:50 -06:00
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:
@@ -102,6 +102,7 @@ static const char* cmCTestErrorExceptions[] = {
|
||||
": warning",
|
||||
": \\(Warning\\)",
|
||||
": note",
|
||||
"Note:",
|
||||
"makefile:",
|
||||
"Makefile:",
|
||||
":[ \\t]+Where:",
|
||||
|
||||
Reference in New Issue
Block a user