mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
10 lines
179 B
CMake
10 lines
179 B
CMake
#
|
|
# this module looks for Cygwin
|
|
#
|
|
|
|
FIND_PATH(CYGWIN_INSTALL_PATH
|
|
cygwin.bat
|
|
"C:/Cygwin"
|
|
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/;native]"
|
|
)
|