summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)