diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-20 14:25:06 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-20 14:25:06 (GMT) |
commit | 413a595d372253ac770496e5ebb9012991705745 (patch) | |
tree | f6cc67484ca44fe96ce98d2ebd3c8f314fd17f3a /Source | |
parent | 62fd43ebaec8c772fd33386a0fde82142bec8de8 (diff) | |
download | CMake-413a595d372253ac770496e5ebb9012991705745.zip CMake-413a595d372253ac770496e5ebb9012991705745.tar.gz CMake-413a595d372253ac770496e5ebb9012991705745.tar.bz2 |
ENH: Handle wrong library on sun and no project on visual studio 7
Diffstat (limited to 'Source')
-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 }; |