MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010951 | CMake | Modules | public | 2010-07-08 07:48 | 2010-09-10 00:08 |
| Reporter | Fabrice Aeschbacher | ||||
| Assigned To | Kovarththanan Rajaratnam | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-8 | ||||
| Target Version | CMake 2.8.3 | Fixed in Version | CMake 2.8.3 | ||
| Summary | 0010951: FindCygwin.cmake: new registry key for Cygwin Installation | ||||
| Description | FindCygwin.cmake tries 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" Patch is trivial: --- FindCygwin.cmake.bak 2010-07-08 13:45:15.637844400 +0200 +++ FindCygwin.cmake 2010-07-08 13:46:49.105398000 +0200 @@ -18,6 +18,7 @@ FIND_PATH(CYGWIN_INSTALL_PATH cygwin.bat "C:/Cygwin" + "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygwin\\setup;rootdir]" "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/;native]" ) | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-07-08 07:48 | Fabrice Aeschbacher | New Issue | |||
| 2010-08-03 12:18 | Kovarththanan Rajaratnam | Status | new => assigned | ||
| 2010-08-03 12:18 | Kovarththanan Rajaratnam | Assigned To | => Kovarththanan Rajaratnam | ||
| 2010-08-03 12:18 | Kovarththanan Rajaratnam | Category | CMake => Modules | ||
| 2010-08-04 00:47 | Kovarththanan Rajaratnam | Note Added: 0021622 | |||
| 2010-08-04 00:47 | Kovarththanan Rajaratnam | Status | assigned => closed | ||
| 2010-08-04 00:47 | Kovarththanan Rajaratnam | Resolution | open => fixed | ||
| 2010-08-04 00:47 | Kovarththanan Rajaratnam | Fixed in Version | => CMake-2-8 | ||
| 2010-09-10 00:08 | David Cole | Fixed in Version | CMake-2-8 => CMake 2.8.3 | ||
| 2010-09-10 00:08 | David Cole | Target Version | => CMake 2.8.3 | ||
| Notes | |||||
|
|
|||||
|
|
||||