From a11d7a6194cc58b047df7b0046fd74f1cd139cfd Mon Sep 17 00:00:00 2001 From: Oleksandr Kalko Date: Sun, 18 May 2025 16:12:21 +0300 Subject: [PATCH] Remove bzip2 backup repo Turns out CMake doesn't like 2 repos in one FetchContent --- 3rdParty/bzip2/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/3rdParty/bzip2/CMakeLists.txt b/3rdParty/bzip2/CMakeLists.txt index 80621d46d..c4a6ff0f8 100644 --- a/3rdParty/bzip2/CMakeLists.txt +++ b/3rdParty/bzip2/CMakeLists.txt @@ -4,7 +4,6 @@ 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)