Change GSL download to use HTTPS URL. (#13563)

This commit is contained in:
Edward Chen 2022-11-04 18:01:18 -07:00 committed by GitHub
parent ab9ac2acc4
commit 4401f50c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)