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: add more paths for the HP
[cmake.git]
/
Modules
/
FindWget.cmake
blob
1ebdd57b0bcfeb3cf2dc03d85ccdcd72fdd01e2c
1
#
2
# this module looks for wget
3
#
4
5
INCLUDE(${CMAKE_ROOT}/Modules/FindCygwin.cmake)
6
7
FIND_PROGRAM(WGET
8
wget
9
${CYGWIN_INSTALL_PATH}/bin
10
)
11
12
MARK_AS_ADVANCED(
13
WGET
14
)