Skip to content

Commit 157786e

Browse files
committed
Bump GSL to v4.2.0
Signed-off-by: Elazar Gershuni <[email protected]>
1 parent 95a9bbb commit 157786e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ message("Building tests: ${VERIFIER_ENABLE_TESTS}")
2020

2121
FetchContent_Declare(GSL
2222
GIT_REPOSITORY "https://github.com/microsoft/GSL"
23-
GIT_TAG "v4.0.0"
23+
GIT_TAG "v4.2.0"
2424
GIT_SHALLOW ON
2525
)
2626
FetchContent_MakeAvailable(GSL)

0 commit comments

Comments
 (0)