1
0
mirror of https://github.com/microsoft/GSL.git synced 2025-03-30 08:19:45 -04:00

GSL v4.1.0 ()

Fixes: 

Update version strings in README and CMakeLists.txt.
This commit is contained in:
Carson Radtke 2024-10-21 10:19:37 -05:00 committed by GitHub
parent 82ba6c77ce
commit 87f9d76886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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

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