mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Make download_openrct2_zip cmake function more verbose (#21036)
This commit is contained in:
parent
ccb3fa172c
commit
004592b587
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ function(download_openrct2_zip)
|
|||
endforeach(check_exist_file_or_dir)
|
||||
|
||||
if (DOWNLOAD_ZIP)
|
||||
message("Downloading ${DOWNLOAD_OPENRCT2_DOWNLOAD_DIR}")
|
||||
message("Downloading ${DOWNLOAD_OPENRCT2_ZIP_URL} to ${DOWNLOAD_OPENRCT2_DOWNLOAD_DIR}")
|
||||
file(DOWNLOAD
|
||||
"${DOWNLOAD_OPENRCT2_ZIP_URL}" "${DOWNLOAD_OPENRCT2_DOWNLOAD_DIR}/${ZIP_FILE_NAME}"
|
||||
EXPECTED_HASH SHA1=${DOWNLOAD_OPENRCT2_SHA1} SHOW_PROGRESS)
|
||||
|
|
Loading…
Reference in a new issue