diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-08-27 02:52:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-08-27 02:52:53 (GMT) |
commit | ad4f98f3cf20c3befa18979521736dc49b458a6c (patch) | |
tree | 77b0d21199657b547610ac8789f0a953d0195faa /Modules/FindWget.cmake | |
parent | c9eaf38653dddaf31f082cdac4fe166a7f5fb96a (diff) | |
download | CMake-ad4f98f3cf20c3befa18979521736dc49b458a6c.zip CMake-ad4f98f3cf20c3befa18979521736dc49b458a6c.tar.gz CMake-ad4f98f3cf20c3befa18979521736dc49b458a6c.tar.bz2 |
ENH: Cleanup. Use relative path to modules
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 |