Browse Source

ENH: Add more error regular expressions

Andy Cedilnik 22 years ago
parent
commit
3a488c1896
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmCTest.cxx

+ 1 - 0
Source/cmCTest.cxx

@@ -129,6 +129,7 @@ static const char* cmCTestErrorMatches[] = {
   ": internal link edit command failed",
   ": Unrecognized option \\`.*\\'",
   "\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^W]\\)",
+  "ld: 0706-006 Cannot find or open library file: -l ",
   0
 };