Bump GSL to v5.0.0 (#1262)

This commit is contained in:
Carson Radtke 2026-08-19 17:27:36 -06:00 committed by GitHub
parent 3cec6b0828
commit 3c1fad21e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14...3.16)
project(GSL VERSION 4.2.0 LANGUAGES CXX)
project(GSL VERSION 5.0.0 LANGUAGES CXX)
add_library(GSL INTERFACE)
add_library(Microsoft.GSL::GSL ALIAS GSL)

View file

@ -189,7 +189,7 @@ include(FetchContent)
FetchContent_Declare(GSL
GIT_REPOSITORY "https://github.com/microsoft/GSL"
GIT_TAG "v4.2.0"
GIT_TAG "v5.0.0"
GIT_SHALLOW ON
)