chore(deps): Use tagged release off glaze instead off the master branch

This commit is contained in:
:^) 2024-11-24 04:09:29 +01:00
parent 48bfda760d
commit 41a2c6d621
Signed by: etenie
GPG Key ID: 02B622C4DE405C2B
1 changed files with 1 additions and 1 deletions

View File

@ -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)