[CMake] BUG report: FindCygwin.cmake

Aeschbacher, Fabrice Fabrice.Aeschbacher at siemens.com
Thu Jul 8 06:05:04 EDT 2010


Hi,


FindCygwin.cmake try to find Cygwin installation as follows:

  FIND_PATH(CYGWIN_INSTALL_PATH
    cygwin.bat
    "C:/Cygwin" 
    "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/;native]"
  )


Unfortunately, recent versions of Cygwin do not install this registry key anymore,
but this one:


   [HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup]
   "rootdir"="D:\\cygwin"


Best regards,
Fabrice Aeschbacher


More information about the CMake mailing list