mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
Link to "issues" instead of "new issue"
This commit is contained in:
parent
51da39c1ed
commit
c55c9df228
@ -37,7 +37,7 @@ function(vcpkg_download_distfile VAR)
|
|||||||
message(FATAL_ERROR
|
message(FATAL_ERROR
|
||||||
"\n"
|
"\n"
|
||||||
" Failed to download file.\n"
|
" Failed to download file.\n"
|
||||||
" Add mirrors or submit an issue at https://github.com/Microsoft/vcpkg/issues/new\n")
|
" Add mirrors or submit an issue at https://github.com/Microsoft/vcpkg/issues\n")
|
||||||
else()
|
else()
|
||||||
message(STATUS "Testing integrity of downloaded file...")
|
message(STATUS "Testing integrity of downloaded file...")
|
||||||
file(SHA512 ${downloaded_file_path} FILE_HASH)
|
file(SHA512 ${downloaded_file_path} FILE_HASH)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user