diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-12-15 19:17:43 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-12-15 19:17:43 (GMT) |
commit | 74eaecfc3e049e96dd30ecadc1d62fb235d3caba (patch) | |
tree | f1d9d270ac65d41c3d9f0c45ccf93cd40ec1d921 /Modules/FindWget.cmake | |
parent | 5966baeec375652f573221749436d0cc4d523e89 (diff) | |
download | CMake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.zip CMake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.tar.gz CMake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.tar.bz2 |
ENH: cleanups
Diffstat (limited to 'Modules/FindWget.cmake')
-rw-r--r-- | Modules/FindWget.cmake | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Modules/FindWget.cmake b/Modules/FindWget.cmake index f6804b9..9c9e257 100644 --- a/Modules/FindWget.cmake +++ b/Modules/FindWget.cmake @@ -1,8 +1,7 @@ # - Find wget -# This module looks for wget. -# -# This module defines the following values: -# WGET_EXECUTABLE: This variable defines the full path to the wget tool. +# This module looks for wget. This module defines the +# following values: +# WGET_EXECUTABLE: the full path to the wget tool. # WGET_FOUND: True if wget has been found. INCLUDE(FindCygwin) |