[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6091-ga08972e
Daniele E. Domenichelli
daniele.domenichelli at gmail.com
Fri Dec 6 14:59:13 EST 2013
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 a08972e3d6d9639efa86814e0400f8d3f2512a27 (commit)
via 237d1da083feef81280b75dca26cf3a1957d55a6 (commit)
from 5cd09b1ad4ee62c6804767889aa65e58ce0f4733 (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=a08972e3d6d9639efa86814e0400f8d3f2512a27
commit a08972e3d6d9639efa86814e0400f8d3f2512a27
Merge: 5cd09b1 237d1da
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
AuthorDate: Fri Dec 6 14:59:11 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 6 14:59:11 2013 -0500
Merge topic 'ExternalProject-independent-step-targets' into next
237d1da ExternalProject: Fix commit f098870551d156f233c8637219daeb8e1a372cf4
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=237d1da083feef81280b75dca26cf3a1957d55a6
commit 237d1da083feef81280b75dca26cf3a1957d55a6
Author: Daniele E. Domenichelli <daniele.domenichelli at iit.it>
AuthorDate: Fri Dec 6 20:57:00 2013 +0100
Commit: Daniele E. Domenichelli <daniele.domenichelli at iit.it>
CommitDate: Fri Dec 6 20:57:00 2013 +0100
ExternalProject: Fix commit f098870551d156f233c8637219daeb8e1a372cf4
diff --git a/Tests/RunCMake/ExternalProject/NO_DEPENDS.cmake b/Tests/RunCMake/ExternalProject/NO_DEPENDS.cmake
index fe7f509..57626d6 100644
--- a/Tests/RunCMake/ExternalProject/NO_DEPENDS.cmake
+++ b/Tests/RunCMake/ExternalProject/NO_DEPENDS.cmake
@@ -8,7 +8,7 @@ ExternalProject_Add(FOO
URL https://example.org/foo.tar.gz)
ExternalProject_Add(BAR
- URL https://example.org/bar.tar.git
+ URL https://example.org/bar.tar.gz
TEST_COMMAND echo test
INDEPENDENT_STEP_TARGETS install)
# This one should not give a warning
-----------------------------------------------------------------------
Summary of changes:
Tests/RunCMake/ExternalProject/NO_DEPENDS.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list