diff options
-rw-r--r-- | Source/cmCTest.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 95fcb0e..a7b5c5a 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -132,6 +132,8 @@ static const char* cmCTestErrorMatches[] = { ": Unrecognized option \\`.*\\'", "\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^W]\\)", "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.", 0 }; |