[Cmake-commits] CMake branch, next, updated. v2.8.10.1-846-gd93e9f6

David Cole david.cole at kitware.com
Fri Nov 9 14:42:18 EST 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  d93e9f61ab2424cc26d49c84c25ffb30c2deb0a4 (commit)
       via  dd66217413722c06701a02f14836e9408577c5c6 (commit)
      from  3071f805b78fa9a9781033d5c4cadc84e6eadf23 (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=d93e9f61ab2424cc26d49c84c25ffb30c2deb0a4
commit d93e9f61ab2424cc26d49c84c25ffb30c2deb0a4
Merge: 3071f80 dd66217
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Fri Nov 9 14:42:15 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 9 14:42:15 2012 -0500

    Merge topic 'only-git-fetch-when-necessary' into next
    
    dd66217 ExternalProjectUpdateTest: Remove argument to endif call


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dd66217413722c06701a02f14836e9408577c5c6
commit dd66217413722c06701a02f14836e9408577c5c6
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Fri Nov 9 14:40:05 2012 -0500
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Fri Nov 9 14:40:05 2012 -0500

    ExternalProjectUpdateTest: Remove argument to endif call

diff --git a/Tests/ExternalProjectUpdate/ExternalProjectUpdateTest.cmake b/Tests/ExternalProjectUpdate/ExternalProjectUpdateTest.cmake
index 0916d41..5a6af57 100644
--- a/Tests/ExternalProjectUpdate/ExternalProjectUpdateTest.cmake
+++ b/Tests/ExternalProjectUpdate/ExternalProjectUpdateTest.cmake
@@ -91,4 +91,4 @@ if(do_git_tests)
   check_a_tag(origin/master 5842b503ba4113976d9bb28d57b5aee1ad2736b7 1)
   # This is a remote symbolic ref, so it will always trigger a 'git fetch'
   check_a_tag(origin/master 5842b503ba4113976d9bb28d57b5aee1ad2736b7 1)
-endif(GIT_EXECUTABLE)
+endif()

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

Summary of changes:
 .../ExternalProjectUpdateTest.cmake                |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list