diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-21 12:59:36 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-21 12:59:36 (GMT) |
commit | d11ae3062e18c787f986f6563a049b5756459aec (patch) | |
tree | c5c6c94902112e4c735e2af79f6bc14965a64030 /CTestCustom.ctest.in | |
parent | 2eea3e38683081fdcbc2bd84e14652740e0a7e08 (diff) | |
download | CMake-d11ae3062e18c787f986f6563a049b5756459aec.zip CMake-d11ae3062e18c787f986f6563a049b5756459aec.tar.gz CMake-d11ae3062e18c787f986f6563a049b5756459aec.tar.bz2 |
ENH: supress xcode warning
Diffstat (limited to 'CTestCustom.ctest.in')
-rw-r--r-- | CTestCustom.ctest.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in index 1f0418a..ffc1945 100644 --- a/CTestCustom.ctest.in +++ b/CTestCustom.ctest.in @@ -15,7 +15,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "Source/CTest/Curl" "Utilities/cmcurl" "Source/CursesDialog/form" - "/usr/bin/ld.*warning.*-L.*directory.name.*bin/Release.*does not exist" + "/usr/bin/ld.*warning.*-..*directory.name.*bin.*does not exist" "Redeclaration of .send..... with a different storage class specifier" "Utilities/cmexpat/" "is not used for resolving any symbol" |