diff options
Diffstat (limited to 'Modules/FindWget.cmake')
-rw-r--r-- | Modules/FindWget.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindWget.cmake b/Modules/FindWget.cmake index cf2264a..a94c491 100644 --- a/Modules/FindWget.cmake +++ b/Modules/FindWget.cmake @@ -5,7 +5,7 @@ # WGET_EXECUTABLE: This variable defines the full path to the wget tool. # WGET_FOUND: True if wget has been found. -INCLUDE(${CMAKE_ROOT}/Modules/FindCygwin.cmake) +INCLUDE(FindCygwin) FIND_PROGRAM(WGET_EXECUTABLE wget |