[Cmake-commits] CMake branch, master, updated. 893e22e818398e7ba4fb1f6c95682d1fe4e54067

cmake-commits at cmake.org cmake-commits at cmake.org
Thu May 13 11:27:37 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  893e22e818398e7ba4fb1f6c95682d1fe4e54067 (commit)
      from  4cde0b1a5ff1f3060bf58d402fb63cebf9d13cfb (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=893e22e818398e7ba4fb1f6c95682d1fe4e54067
commit 893e22e818398e7ba4fb1f6c95682d1fe4e54067
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date:   Thu May 13 11:24:34 2010 -0400

    Expand the regular expression for ignoring xcode missing directories.

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index f316852..59ba4c6 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -31,7 +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.*"
+  "warning.*directory name.*CMake-Xcode.*/bin/.*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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list