mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-18 13:10:17 -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",
|
||||||
": \\(Warning\\)",
|
": \\(Warning\\)",
|
||||||
": note",
|
": note",
|
||||||
|
"Note:",
|
||||||
"makefile:",
|
"makefile:",
|
||||||
"Makefile:",
|
"Makefile:",
|
||||||
":[ \\t]+Where:",
|
":[ \\t]+Where:",
|
||||||
|
|||||||
Reference in New Issue
Block a user