mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +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
|
||||
"\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()
|
||||
message(STATUS "Testing integrity of downloaded file...")
|
||||
file(SHA512 ${downloaded_file_path} FILE_HASH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user