summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya0@users.noreply.github.com>2026-07-30 12:48:44 -0400
committerGitHub <noreply@github.com>2026-07-30 12:48:44 -0400
commita518e03e507291dd2b886131f14c0047a5963511 (patch)
treef9c2e51f2d2e3e8542d954c49ed4b89f4376d70e
parent2b28bcf03bfe7892f7f987690069a1b7414ded3e (diff)
Pin libultraship to a specific commit instead of tracking main (#238)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e67e2eb..8c8f227 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -113,7 +113,7 @@ if(BUILD_UI)
FetchContent_Declare(
libultraship
GIT_REPOSITORY https://github.com/Kenix3/libultraship.git
- GIT_TAG main
+ GIT_TAG a3f1e102e1ed50a3f536fbca2e6e412170e7320b
)
FetchContent_MakeAvailable(libultraship)