From 97063d7e43411871e95c6d1f3cd683b9524bfa1b Mon Sep 17 00:00:00 2001 From: Cedric Guillemet <1312968+CedricGuillemet@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:56:22 +0200 Subject: [PATCH] gsl 4.2.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f59ca1..ae59ad8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ FetchContent_Declare(googletest GIT_TAG v1.14.0) FetchContent_Declare(GSL GIT_REPOSITORY https://github.com/Microsoft/GSL.git - GIT_TAG v4.0.0) + GIT_TAG v4.2.2) # --------------------------------------------------