ENH: add another error regexp
This commit is contained in:
parent
e85eb5fc3d
commit
ca7668d993
Source/CTest
|
@ -70,6 +70,7 @@ static const char* cmCTestErrorMatches[] = {
|
||||||
":[ \\t]cannot find",
|
":[ \\t]cannot find",
|
||||||
":[ \\t]can't find",
|
":[ \\t]can't find",
|
||||||
": \\*\\*\\* No rule to make target \\`.*\\'. Stop",
|
": \\*\\*\\* No rule to make target \\`.*\\'. Stop",
|
||||||
|
": \\*\\*\\* No targets specified and no makefile found",
|
||||||
": Invalid loader fixup for symbol",
|
": Invalid loader fixup for symbol",
|
||||||
": Invalid fixups exist",
|
": Invalid fixups exist",
|
||||||
": Can't find library for",
|
": Can't find library for",
|
||||||
|
|
Loading…
Reference in New Issue