diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-08-19 16:51:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-08-19 16:51:40 (GMT) |
commit | 96b8d6f4166b1539db22560a48396688ca9af7f1 (patch) | |
tree | 82686ed587e92227164334b652033bfd41709492 /Source/cmCTest.cxx | |
parent | c8c5bb4e22acae159d495c367656c95048a539ad (diff) | |
download | CMake-96b8d6f4166b1539db22560a48396688ca9af7f1.zip CMake-96b8d6f4166b1539db22560a48396688ca9af7f1.tar.gz CMake-96b8d6f4166b1539db22560a48396688ca9af7f1.tar.bz2 |
ENH: Handle gmake error message
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 74e3912..7cfa98b 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -183,6 +183,7 @@ static const char* cmCTestErrorMatches[] = { "s:616 string too big", "make: Fatal error: ", "ld: 0711-993 Error occurred while writing to the output file:", + "make: \\*\\*\\*.*Error", 0 }; |