Merge topic 'ctest-update-gmake-error-match'
44a4e545
ctest_build: Fix regression in GNU make error message matching
This commit is contained in:
commit
cc55c33ed5
|
@ -68,13 +68,13 @@ static const char* cmCTestErrorMatches[] = {
|
||||||
"^CMake Error.*:",
|
"^CMake Error.*:",
|
||||||
":[ \\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",
|
": \\*\\*\\* 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",
|
||||||
": internal link edit command failed",
|
": internal link edit command failed",
|
||||||
": Unrecognized option \\[`'].*\\'",
|
": Unrecognized option [`'].*\\'",
|
||||||
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^WI]\\)",
|
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^WI]\\)",
|
||||||
"ld: 0706-006 Cannot find or open library file: -l ",
|
"ld: 0706-006 Cannot find or open library file: -l ",
|
||||||
"ild: \\(argument error\\) can't find library argument ::",
|
"ild: \\(argument error\\) can't find library argument ::",
|
||||||
|
|
Loading…
Reference in New Issue