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:
parent
41dbdb71cd
commit
462fa2d185
|
@ -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]"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue