Merge topic 'find_cygwin17'

462fa2d FindCygwin: add new registry entry for Cygwin 1.7 (#10951)
This commit is contained in:
Brad King 2010-08-03 16:19:05 -04:00 committed by CMake Topic Stage
commit a1b9388bc3
1 changed files with 2 additions and 1 deletions

View File

@ -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]"
)