From 3a488c1896f83da9799fc28d4c2cb1c1a2c347d8 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 17 Dec 2003 09:25:13 -0500 Subject: [PATCH] ENH: Add more error regular expressions --- Source/cmCTest.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 16aee70468..20f714b886 100644 --- a/Source/cmCTest.cxx +++ b/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 };