repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Fix typo in GetFilenameLastExtension docs
[cmake.git]
/
Modules
/
FindCygwin.cmake
blob
def439e500a9ce0cacc43d702d2a0b24437f4fda
1
# - this module looks for Cygwin
2
#
3
4
IF (WIN32)
5
FIND_PATH(CYGWIN_INSTALL_PATH
6
cygwin.bat
7
"C:/Cygwin"
8
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/;native]"
9
)
10
11
MARK_AS_ADVANCED(
12
CYGWIN_INSTALL_PATH
13
)
14
ENDIF (WIN32)