From a518e03e507291dd2b886131f14c0047a5963511 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya0@users.noreply.github.com> Date: Thu, 30 Jul 2026 12:48:44 -0400 Subject: Pin libultraship to a specific commit instead of tracking main (#238) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3