ENH: Handle wrong library on sun and no project on visual studio 7

This commit is contained in:
Andy Cedilnik 2004-02-20 09:25:06 -05:00
parent 62fd43ebae
commit 413a595d37
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ static const char* cmCTestErrorMatches[] = {
": Unrecognized option \\`.*\\'",
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^W]\\)",
"ld: 0706-006 Cannot find or open library file: -l ",
"ild: \\(argument error\\) can't find library argument ::",
"^could not be found and will not be loaded.",
0
};