BUG: Missing a linker crashed error matching string.
This commit is contained in:
parent
9ea3cbc7b7
commit
530c206cba
|
@ -62,6 +62,7 @@ static const char* cmCTestErrorMatches[] = {
|
||||||
"^fatal error C[0-9]+:",
|
"^fatal error C[0-9]+:",
|
||||||
": syntax error ",
|
": syntax error ",
|
||||||
"^collect2: ld returned 1 exit status",
|
"^collect2: ld returned 1 exit status",
|
||||||
|
"ld terminated with signal",
|
||||||
"Unsatisfied symbols:",
|
"Unsatisfied symbols:",
|
||||||
"^Unresolved:",
|
"^Unresolved:",
|
||||||
"Undefined symbols:",
|
"Undefined symbols:",
|
||||||
|
|
Loading…
Reference in New Issue