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
ENH: move EstimateFormatLength to kwsys
[cmake.git]
/
Modules
/
FindCygwin.cmake
blob
8fe326bf9f6f914badb5a8b42ea10e8a58332484
1
#
2
# this module looks for Cygwin
3
#
4
5
IF (WIN32)
6
FIND_PATH(CYGWIN_INSTALL_PATH
7
cygwin.bat
8
"C:/Cygwin"
9
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/;native]"
10
)
11
12
MARK_AS_ADVANCED(
13
CYGWIN_INSTALL_PATH
14
)
15
ENDIF (WIN32)