[Cmake-commits] CMake branch, next, updated. v2.8.9-888-g03be3af

Rolf Eike Beer eike at sf-mail.de
Sun Sep 30 08:15:23 EDT 2012


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, next has been updated
       via  03be3af02fa279f42b09d7aff073f7bdaa1fb8e6 (commit)
       via  b60db917bb5429ad79e4f6eba07df9fcc737c297 (commit)
      from  f880a3c7f9e13b8f47bb92f262ea4b0d805b9f15 (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=03be3af02fa279f42b09d7aff073f7bdaa1fb8e6
commit 03be3af02fa279f42b09d7aff073f7bdaa1fb8e6
Merge: f880a3c b60db91
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Sep 30 08:15:21 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Sep 30 08:15:21 2012 -0400

    Merge topic 'start-contributing-irc-session' into next
    
    b60db91 List test: fix regex


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b60db917bb5429ad79e4f6eba07df9fcc737c297
commit b60db917bb5429ad79e4f6eba07df9fcc737c297
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Sep 30 14:15:09 2012 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Sun Sep 30 14:15:09 2012 +0200

    List test: fix regex

diff --git a/Tests/CMakeTests/ListTest.cmake.in b/Tests/CMakeTests/ListTest.cmake.in
index 2e546a4..364ddaa 100644
--- a/Tests/CMakeTests/ListTest.cmake.in
+++ b/Tests/CMakeTests/ListTest.cmake.in
@@ -148,7 +148,7 @@ foreach(cmd Remove_Item Reverse Remove_Duplicates Sort Remove_At)
 endforeach()
 
 set(Get-CMP0007-Warn-RESULT 0)
-set(Get-CMP0007-Warn-STDERR ".*CMake Error at (@CMAKE_CURRENT_SOURCE_DIR@/)?List-Get-CMP0007-Warn.cmake:3 \\(list\\):.*Policy CMP0007 is not set:.*")
+set(Get-CMP0007-Warn-STDERR ".*CMake Warning \\(dev\\) at (@CMAKE_CURRENT_SOURCE_DIR@/)?List-Get-CMP0007-Warn.cmake:3 \\(list\\):.*Policy CMP0007 is not set:.*")
 
 include("@CMAKE_CURRENT_SOURCE_DIR@/CheckCMakeTest.cmake")
 check_cmake_test(List

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

Summary of changes:
 Tests/CMakeTests/ListTest.cmake.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list