[Cmake-commits] CMake branch, next, updated. v2.8.2-321-gde9ec5c
Kovarththanan Rajaratnam
kovarththanan.rajaratnam at gmail.com
Sat Jul 31 02:12:35 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 de9ec5c0f955967405db820f97821707ea35f5e8 (commit)
via 462fa2d185e111b01635c727a5de2ff6aac3b342 (commit)
from 8eb76558b952f8b81c143f08ef5845cee19c7682 (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=de9ec5c0f955967405db820f97821707ea35f5e8
commit de9ec5c0f955967405db820f97821707ea35f5e8
Merge: 8eb7655 462fa2d
Author: Kovarththanan Rajaratnam <kovarththanan.rajaratnam at gmail.com>
AuthorDate: Sat Jul 31 07:54:26 2010 +0200
Commit: Kovarththanan Rajaratnam <kovarththanan.rajaratnam at gmail.com>
CommitDate: Sat Jul 31 07:54:26 2010 +0200
Merge branch 'find_cygwin17' into next
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=462fa2d185e111b01635c727a5de2ff6aac3b342
commit 462fa2d185e111b01635c727a5de2ff6aac3b342
Author: Kovarththanan Rajaratnam <kovarththanan.rajaratnam at gmail.com>
AuthorDate: Sat Jul 31 07:51:00 2010 +0200
Commit: Kovarththanan Rajaratnam <kovarththanan.rajaratnam at gmail.com>
CommitDate: Sat Jul 31 07:51:00 2010 +0200
FindCygwin: add new registry entry for Cygwin 1.7 (#10951)
This patch adds support for Cygwin 1.7 which uses a new registry entry
Patch by Fabrice Aeschbacher
diff --git a/Modules/FindCygwin.cmake b/Modules/FindCygwin.cmake
index 5b2bc59..7bf481f 100644
--- a/Modules/FindCygwin.cmake
+++ b/Modules/FindCygwin.cmake
@@ -17,7 +17,8 @@
IF (WIN32)
FIND_PATH(CYGWIN_INSTALL_PATH
cygwin.bat
- "C:/Cygwin"
+ "C:/Cygwin"
+ "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygwin\\setup;rootdir]"
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/;native]"
)
-----------------------------------------------------------------------
Summary of changes:
Modules/FindCygwin.cmake | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list