Update dependencies

This commit is contained in:
Georg Hagen
2025-06-23 01:11:22 +02:00
parent 734e898990
commit cab7c15607
23 changed files with 31 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ FetchContent_Declare(
magic_enum
EXCLUDE_FROM_ALL
GIT_REPOSITORY ${MAGICENUM_REPO}
GIT_TAG v0.9.3
GIT_TAG v0.9.7
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(magic_enum)