We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ba6c7 commit 87f9d76Copy full SHA for 87f9d76
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.14...3.16)
2
3
-project(GSL VERSION 4.0.0 LANGUAGES CXX)
+project(GSL VERSION 4.1.0 LANGUAGES CXX)
4
5
add_library(GSL INTERFACE)
6
add_library(Microsoft.GSL::GSL ALIAS GSL)
README.md
@@ -197,7 +197,7 @@ include(FetchContent)
197
198
FetchContent_Declare(GSL
199
GIT_REPOSITORY "https://github.com/microsoft/GSL"
200
- GIT_TAG "v4.0.0"
+ GIT_TAG "v4.1.0"
201
GIT_SHALLOW ON
202
)
203
0 commit comments