diff options
Diffstat (limited to 'Modules/FindWget.cmake')
-rw-r--r-- | Modules/FindWget.cmake | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Modules/FindWget.cmake b/Modules/FindWget.cmake index 4da98b1..b303b40 100644 --- a/Modules/FindWget.cmake +++ b/Modules/FindWget.cmake @@ -1,8 +1,15 @@ -# - Find wget -# 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. +#.rst: +# FindWget +# -------- +# +# Find wget +# +# 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. #============================================================================= # Copyright 2001-2009 Kitware, Inc. |