Show the cache file name at download time to provide more ancillary information in non-ARIA2 mode. (#15538)

This commit is contained in:
RonxBulld 2021-01-12 01:16:32 +08:00 committed by GitHub
parent 0b16dbc1cf
commit c7e96f2a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,7 @@ function(vcpkg_download_distfile VAR)
endif()
else()
foreach(url IN LISTS vcpkg_download_distfile_URLS)
message(STATUS "Downloading ${url}...")
message(STATUS "Downloading ${url} -> ${vcpkg_download_distfile_FILENAME}...")
if(vcpkg_download_distfile_HEADERS)
foreach(header ${vcpkg_download_distfile_HEADERS})
list(APPEND request_headers HTTPHEADER ${header})