Update dependencies

This commit is contained in:
Georg Hagen
2025-03-26 15:08:11 +01:00
parent 35097ea606
commit 9765df756e
4 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ FetchContent_Declare(
units
EXCLUDE_FROM_ALL
GIT_REPOSITORY ${UNITS_REPO}
GIT_TAG v2.3.3
GIT_TAG master
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(units)