From 41a2c6d621cac42193d021e03c4ac9a67e599e66 Mon Sep 17 00:00:00 2001 From: etenie Date: Sun, 24 Nov 2024 04:09:29 +0100 Subject: [PATCH] chore(deps): Use tagged release off glaze instead off the master branch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3d3eed..1b746de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ if(NOT glaze_FOUND) FetchContent_Declare( glaze GIT_REPOSITORY https://github.com/stephenberry/glaze.git - GIT_TAG main + GIT_TAG v4.0.1 GIT_SHALLOW TRUE ) FetchContent_MakeAvailable(glaze)