8 lines
62 B
CMake
8 lines
62 B
CMake
|
#
|
||
|
# this module looks for wget
|
||
|
#
|
||
|
|
||
|
FIND_PROGRAM(WGET
|
||
|
wget
|
||
|
)
|