diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-05-12 14:09:50 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-05-12 14:09:50 (GMT) |
commit | ce9ff00f235d11ff29e59dc48ab587924df30ad2 (patch) | |
tree | 40e2dcd5a0cb877f0b700dba6451d1cb4d222947 | |
parent | 0b5288849f5c8a12e31ae38c1f25b69296bc87e9 (diff) | |
download | CMake-ce9ff00f235d11ff29e59dc48ab587924df30ad2.zip CMake-ce9ff00f235d11ff29e59dc48ab587924df30ad2.tar.gz CMake-ce9ff00f235d11ff29e59dc48ab587924df30ad2.tar.bz2 |
Exclude warnings for Xcode
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index d6c0dc6..f316852 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -31,6 +31,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "Warning: public.*BZ2_bz.*in module.*bzlib.*clashes with prior module.*bzlib.*" "Warning: public.*_archive.*clashes with prior module.*" "Warning: LINN32: Last line.*is less.*" + "warning.*directory name.*CMake-Xcode/bin/Release.*does not exist.*" "stl_deque.h:1051" "(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)" "[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value" |