CMake/Modules/FindCygwin.cmake

10 lines
179 B
CMake
Raw Normal View History

2001-10-24 02:30:05 +04:00
#
# this module looks for Cygwin
2001-10-24 02:30:05 +04:00
#
FIND_PATH(CYGWIN_INSTALL_PATH
cygwin.bat
"C:/Cygwin"
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/;native]"
)