diff options
| author | briaguya <70942617+briaguya0@users.noreply.github.com> | 2026-07-30 12:48:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-30 12:48:44 -0400 |
| commit | a518e03e507291dd2b886131f14c0047a5963511 (patch) | |
| tree | f9c2e51f2d2e3e8542d954c49ed4b89f4376d70e | |
| parent | 2b28bcf03bfe7892f7f987690069a1b7414ded3e (diff) | |
Pin libultraship to a specific commit instead of tracking main (#238)
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
