mirror of
https://github.com/microsoft/GSL
synced 2026-08-26 04:23:04 -04:00
Bump GSL to v5.0.0 (#1262)
This commit is contained in:
parent
3cec6b0828
commit
3c1fad21e2
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue