mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
Change GSL download to use HTTPS URL. (#13563)
This commit is contained in:
parent
ab9ac2acc4
commit
4401f50c5e
1 changed files with 2 additions and 3 deletions
5
cmake/external/gsl.cmake
vendored
5
cmake/external/gsl.cmake
vendored
|
|
@ -5,9 +5,8 @@ include(FetchContent)
|
|||
|
||||
FetchContent_Declare(
|
||||
GSL
|
||||
GIT_REPOSITORY https://github.com/microsoft/gsl
|
||||
GIT_TAG a3534567187d2edc428efd3f13466ff75fe5805c # v4.0.0
|
||||
GIT_SHALLOW ON
|
||||
URL https://github.com/microsoft/GSL/archive/refs/tags/v4.0.0.zip
|
||||
URL_HASH SHA1=cf368104cd22a87b4dd0c80228919bb2df3e2a14
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(GSL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue