Use local mirror for cglm
All checks were successful
Build Dusk / run-tests (push) Successful in 1m26s
Build Dusk / build-linux (push) Successful in 1m33s
Build Dusk / build-psp (push) Successful in 2m8s
Build Dusk / build-dolphin (push) Successful in 2m1s

This commit is contained in:
2026-02-09 13:19:13 -06:00
parent dfed732825
commit a26e51cf46
2 changed files with 29 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ include(FetchContent)
FetchContent_Declare(
cglm
GIT_REPOSITORY https://github.com/recp/cglm.git
GIT_REPOSITORY https://git.wish.moe/YourWishes/cglm.git
GIT_TAG v0.9.6
)