mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 15:38:52 -06:00
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
This commit is contained in:
@@ -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]"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user