[Cmake-commits] CMake branch, master, updated. 28007f433a7dedb9fa4b11b6b58fab595fc479f9

cmake-commits at cmake.org cmake-commits at cmake.org
Wed May 12 10:21:16 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  28007f433a7dedb9fa4b11b6b58fab595fc479f9 (commit)
      from  f88a0a3514cebb36fc1f56e05ef0bfa4aec617ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=28007f433a7dedb9fa4b11b6b58fab595fc479f9
commit 28007f433a7dedb9fa4b11b6b58fab595fc479f9
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date:   Wed May 12 10:09:50 2010 -0400

    Exclude warnings for Xcode

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"

-----------------------------------------------------------------------

Summary of changes:
 CTestCustom.cmake.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list