summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorWill Schroeder <will.schroeder@kitware.com>2004-05-10 20:55:05 (GMT)
committerWill Schroeder <will.schroeder@kitware.com>2004-05-10 20:55:05 (GMT)
commit26e8d63b809dad775adff0942dfa09b856b93d10 (patch)
tree45d997dcc20faf0554ef02291909aeb73e5faac5 /Source
parent81bd499376f8df870d05504e990f02994288e9c4 (diff)
downloadCMake-26e8d63b809dad775adff0942dfa09b856b93d10.zip
CMake-26e8d63b809dad775adff0942dfa09b856b93d10.tar.gz
CMake-26e8d63b809dad775adff0942dfa09b856b93d10.tar.bz2
ENH: Added regex.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCTest.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 20b5b16..a54a32f 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -147,6 +147,7 @@ static const char* cmCTestErrorMatches[] = {
"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.",
+ "make: Fatal error: ",
0
};