CMake/Modules/FindWget.cmake

8 lines
62 B
CMake

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