mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Show the cache file name at download time to provide more ancillary information in non-ARIA2 mode. (#15538)
This commit is contained in:
parent
0b16dbc1cf
commit
c7e96f2a5b
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user