[Cmake-commits] CMake branch, next, updated. v2.8.9-884-ge92cb29

Rolf Eike Beer eike at sf-mail.de
Sun Sep 30 06:21:12 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  e92cb29030781d8b9b261c71e5d39fe310c4aa16 (commit)
       via  95769541d72bbfd8e27c2920e75f78fc7649918f (commit)
      from  789d2f35e207630120dc4d934a47beea89362306 (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=e92cb29030781d8b9b261c71e5d39fe310c4aa16
commit e92cb29030781d8b9b261c71e5d39fe310c4aa16
Merge: 789d2f3 9576954
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Sep 30 06:21:08 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Sep 30 06:21:08 2012 -0400

    Merge topic 'start-contributing-irc-session' into next
    
    9576954 add missing file List-Get-CMP0007-Warn.cmake


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

    add missing file List-Get-CMP0007-Warn.cmake

diff --git a/Tests/CMakeTests/List-Get-CMP0007-Warn.cmake b/Tests/CMakeTests/List-Get-CMP0007-Warn.cmake
new file mode 100644
index 0000000..0a9264f
--- /dev/null
+++ b/Tests/CMakeTests/List-Get-CMP0007-Warn.cmake
@@ -0,0 +1,6 @@
+set(thelist "" NEW OLD)
+
+list(GET thelist 1 thevalue)
+if (NOT thevalue STREQUAL "OLD")
+    message(SEND_ERROR "returned element '${thevalue}', but expected 'OLD'")
+endif()

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

Summary of changes:
 Tests/CMakeTests/List-Get-CMP0007-Warn.cmake |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100644 Tests/CMakeTests/List-Get-CMP0007-Warn.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list