[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6050-g0a956ea
Daniele E. Domenichelli
daniele.domenichelli at gmail.com
Thu Dec 5 03:22:08 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 0a956ea9e6bd8b8d381f097b82ced12b60cef906 (commit)
via f098870551d156f233c8637219daeb8e1a372cf4 (commit)
from 441cd93e0f6858f278c12e8bdeb3f95da2bc7a7d (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=0a956ea9e6bd8b8d381f097b82ced12b60cef906
commit 0a956ea9e6bd8b8d381f097b82ced12b60cef906
Merge: 441cd93 f098870
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
AuthorDate: Thu Dec 5 03:22:05 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 5 03:22:05 2013 -0500
Merge topic 'ExternalProject-independent-step-targets' into next
f098870 ExternalProject: Do not require git for RunCMake unit tests
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f098870551d156f233c8637219daeb8e1a372cf4
commit f098870551d156f233c8637219daeb8e1a372cf4
Author: Daniele E. Domenichelli <daniele.domenichelli at iit.it>
AuthorDate: Wed Dec 4 17:30:47 2013 +0100
Commit: Daniele E. Domenichelli <daniele.domenichelli at iit.it>
CommitDate: Wed Dec 4 17:30:47 2013 +0100
ExternalProject: Do not require git for RunCMake unit tests
diff --git a/Tests/RunCMake/ExternalProject/NO_DEPENDS.cmake b/Tests/RunCMake/ExternalProject/NO_DEPENDS.cmake
index dfb7268..fe7f509 100644
--- a/Tests/RunCMake/ExternalProject/NO_DEPENDS.cmake
+++ b/Tests/RunCMake/ExternalProject/NO_DEPENDS.cmake
@@ -5,10 +5,10 @@ include(ExternalProject RESULT_VARIABLE GOO)
set_property(DIRECTORY PROPERTY EP_INDEPENDENT_STEP_TARGETS download patch update configure build)
ExternalProject_Add(FOO
- GIT_REPOSITORY https://example.org/foo.git)
+ URL https://example.org/foo.tar.gz)
ExternalProject_Add(BAR
- GIT_REPOSITORY https://example.org/bar.git
+ URL https://example.org/bar.tar.git
TEST_COMMAND echo test
INDEPENDENT_STEP_TARGETS install)
# This one should not give a warning
-----------------------------------------------------------------------
Summary of changes:
Tests/RunCMake/ExternalProject/NO_DEPENDS.cmake | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list