Skip to content
Snippets Groups Projects
DownloadFromURL.cmake 137 B
Newer Older
message(URL_FOR_DOWNLOAD: ${URL_FOR_DOWNLOAD})
message(FILE_TO_SAVE: ${FILE_TO_SAVE})
file(DOWNLOAD ${URL_FOR_DOWNLOAD} ${FILE_TO_SAVE})