summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-12-17 14:25:13 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-12-17 14:25:13 (GMT)
commit3a488c1896f83da9799fc28d4c2cb1c1a2c347d8 (patch)
tree95407975b798a5795d6357c51753654197f8d8d4 /Source/cmCTest.cxx
parent076e52a26a02bf5bdc30c7f358d3ad99b2e24483 (diff)
downloadCMake-3a488c1896f83da9799fc28d4c2cb1c1a2c347d8.zip
CMake-3a488c1896f83da9799fc28d4c2cb1c1a2c347d8.tar.gz
CMake-3a488c1896f83da9799fc28d4c2cb1c1a2c347d8.tar.bz2
ENH: Add more error regular expressions
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 16aee70..20f714b 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
};