[Cmake-commits] CMake branch, next, updated. v2.8.1-1299-g5f54dd8

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jun 3 16:02:29 EDT 2010


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  5f54dd80ba3a77c3762ae976ed3b49b2ab7319ff (commit)
       via  d569b48b7adaf59a0df54f45c998a591ba51637e (commit)
      from  6ba9b12a646ef1984064fdfdaa348af375a93593 (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=5f54dd80ba3a77c3762ae976ed3b49b2ab7319ff
commit 5f54dd80ba3a77c3762ae976ed3b49b2ab7319ff
Merge: 6ba9b12 d569b48
Author: David Cole <david.cole at kitware.com>
Date:   Thu Jun 3 16:01:41 2010 -0400

    Merge branch 'add-git-to-ExternalProject' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d569b48b7adaf59a0df54f45c998a591ba51637e
commit d569b48b7adaf59a0df54f45c998a591ba51637e
Author: David Cole <david.cole at kitware.com>
Date:   Thu Jun 3 15:59:36 2010 -0400

    Use relative path for git repo reference.
    
    So it will work with git_EXECUTABLE='C:\cygwin\bin\git.exe' in a
    non-cygwin-based build.

diff --git a/Tests/ExternalProject/CMakeLists.txt b/Tests/ExternalProject/CMakeLists.txt
index 4c93ef3..8257e90 100644
--- a/Tests/ExternalProject/CMakeLists.txt
+++ b/Tests/ExternalProject/CMakeLists.txt
@@ -321,7 +321,7 @@ endif()
 
 
 if(do_git_tests)
-  set(local_git_repo "${CMAKE_CURRENT_BINARY_DIR}/LocalRepositories/GIT")
+  set(local_git_repo "../../LocalRepositories/GIT")
 
   # Unzip/untar the git repository in our source folder so that other
   # projects below may use it to test git args of ExternalProject_Add

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

Summary of changes:
 Tests/ExternalProject/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list