diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-20 13:32:32 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-20 13:32:32 (GMT) |
commit | 23200f8f37f864753158263a0dcb1135a62dcf12 (patch) | |
tree | 2520836d6d5437092d2098f82a77aa103db14325 /CTestCustom.ctest.in | |
parent | 013f6d6b5f1e915aa0676fb0b50a94bf07c8e4b8 (diff) | |
download | CMake-23200f8f37f864753158263a0dcb1135a62dcf12.zip CMake-23200f8f37f864753158263a0dcb1135a62dcf12.tar.gz CMake-23200f8f37f864753158263a0dcb1135a62dcf12.tar.bz2 |
ENH: add ignore for xcode
Diffstat (limited to 'CTestCustom.ctest.in')
-rw-r--r-- | CTestCustom.ctest.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in index 26c125d..1f0418a 100644 --- a/CTestCustom.ctest.in +++ b/CTestCustom.ctest.in @@ -15,6 +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" "Redeclaration of .send..... with a different storage class specifier" "Utilities/cmexpat/" "is not used for resolving any symbol" |