CMake/Modules/FindWget.cmake

8 lines
62 B
CMake
Raw Normal View History

#
# this module looks for wget
#
FIND_PROGRAM(WGET
wget
)