diff options
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 5d3d99e..67a4256 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.", + "s:616 string too big", "make: Fatal error: ", 0 }; |