[Cmake-commits] CMake branch, next, updated. v2.8.9-111-gaa7aaa4
Brad King
brad.king at kitware.com
Thu Aug 16 09:02:28 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 aa7aaa4b15feb47be240217d77cbd3916cc76f49 (commit)
via 885c5d21a0f810f5c52f9898c2b9175871bb8733 (commit)
from 51ca53d1dd93cc65db2c6d6b33c6a2d927af14b4 (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=aa7aaa4b15feb47be240217d77cbd3916cc76f49
commit aa7aaa4b15feb47be240217d77cbd3916cc76f49
Merge: 51ca53d 885c5d2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Aug 16 09:02:27 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 16 09:02:27 2012 -0400
Merge topic 'hg-modules' into next
885c5d2 ExternalProject: Use hg 1.1 repository format
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=885c5d21a0f810f5c52f9898c2b9175871bb8733
commit 885c5d21a0f810f5c52f9898c2b9175871bb8733
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Aug 16 09:01:27 2012 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Aug 16 09:01:27 2012 -0400
ExternalProject: Use hg 1.1 repository format
diff --git a/Tests/ExternalProject/CMakeLists.txt b/Tests/ExternalProject/CMakeLists.txt
index eac72cd..33ffe2e 100644
--- a/Tests/ExternalProject/CMakeLists.txt
+++ b/Tests/ExternalProject/CMakeLists.txt
@@ -541,7 +541,7 @@ if(do_hg_tests)
set(proj TutorialStep1-HG-byhash)
ExternalProject_Add(${proj}
HG_REPOSITORY "${local_hg_repo}"
- HG_TAG cb1047431377
+ HG_TAG dd2ce38a6b8a
UPDATE_COMMAND ""
CMAKE_GENERATOR "${CMAKE_GENERATOR}"
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
diff --git a/Tests/ExternalProject/hgrepo.tgz b/Tests/ExternalProject/hgrepo.tgz
index 9162099..0d75ce2 100644
Binary files a/Tests/ExternalProject/hgrepo.tgz and b/Tests/ExternalProject/hgrepo.tgz differ
-----------------------------------------------------------------------
Summary of changes:
Tests/ExternalProject/CMakeLists.txt | 2 +-
Tests/ExternalProject/hgrepo.tgz | Bin 2267 -> 2011 bytes
2 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list