瀏覽代碼

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

Andy Cedilnik 22 年之前
父節點
當前提交
413a595d37
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Source/cmCTest.cxx

+ 2 - 0
Source/cmCTest.cxx

@@ -132,6 +132,8 @@ static const char* cmCTestErrorMatches[] = {
   ": Unrecognized option \\`.*\\'",
   ": Unrecognized option \\`.*\\'",
   "\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^W]\\)",
   "\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^W]\\)",
   "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 ::",
+  "^could not be found and will not be loaded.",
   0
   0
 };
 };