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  b1b6d8fd22b7c05c891199fde5291955b8e22322 (commit)
       via  ed2b314e4fac544eb4d657fd3ad82db95655b51a (commit)
      from  d28b61757901852036c21e43ac9990f3d6d6086d (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=b1b6d8fd22b7c05c891199fde5291955b8e22322
commit b1b6d8fd22b7c05c891199fde5291955b8e22322
Merge: d28b617 ed2b314
Author:     David Cole <david.c...@kitware.com>
AuthorDate: Thu Jan 6 10:43:59 2011 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Thu Jan 6 10:43:59 2011 -0500

    Merge topic 'improve-findgit' into next
    
    ed2b314 Add PATH_SUFFIXES for finding git.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ed2b314e4fac544eb4d657fd3ad82db95655b51a
commit ed2b314e4fac544eb4d657fd3ad82db95655b51a
Author:     David Cole <david.c...@kitware.com>
AuthorDate: Thu Jan 6 10:09:48 2011 -0500
Commit:     David Cole <david.c...@kitware.com>
CommitDate: Thu Jan 6 10:09:48 2011 -0500

    Add PATH_SUFFIXES for finding git.
    
    This commit makes it automatic to find msysGit installed
    in its default locations on Windows.

diff --git a/Modules/FindGit.cmake b/Modules/FindGit.cmake
index 8188715..9dad99c 100644
--- a/Modules/FindGit.cmake
+++ b/Modules/FindGit.cmake
@@ -35,6 +35,7 @@ endif()
 
 find_program(GIT_EXECUTABLE
   NAMES ${git_names}
+  PATH_SUFFIXES Git/cmd Git/bin
   DOC "git command line client"
   )
 mark_as_advanced(GIT_EXECUTABLE)

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

Summary of changes:
 Modules/FindGit.cmake |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to