From 013484d64863fdaeb223e4036b0cf2236e94e38a Mon Sep 17 00:00:00 2001 From: staphen Date: Mon, 29 Dec 2025 18:15:17 -0500 Subject: [PATCH] Switch to GitLab mirror of bzip2 --- 3rdParty/bzip2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdParty/bzip2/CMakeLists.txt b/3rdParty/bzip2/CMakeLists.txt index c4a6ff0f8..9cd978f9a 100644 --- a/3rdParty/bzip2/CMakeLists.txt +++ b/3rdParty/bzip2/CMakeLists.txt @@ -3,7 +3,7 @@ include(functions/FetchContent_ExcludeFromAll_backport) include(FetchContent) FetchContent_Declare_ExcludeFromAll(bzip2 - GIT_REPOSITORY https://sourceware.org/git/bzip2 + GIT_REPOSITORY https://gitlab.com/bzip2/bzip2 GIT_TAG bzip2-1.0.8 ) FetchContent_MakeAvailable_ExcludeFromAll(bzip2)