From 413a595d372253ac770496e5ebb9012991705745 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 20 Feb 2004 09:25:06 -0500 Subject: [PATCH] ENH: Handle wrong library on sun and no project on visual studio 7 --- Source/cmCTest.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 95fcb0ea4..a7b5c5a97 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -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 };