Browse Source

Remove bzip2 backup repo

Turns out CMake doesn't like 2 repos in one FetchContent
pull/8004/head
Oleksandr Kalko 10 months ago committed by Stephen C. Wills
parent
commit
a11d7a6194
  1. 1
      3rdParty/bzip2/CMakeLists.txt

1
3rdParty/bzip2/CMakeLists.txt vendored

@ -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)

Loading…
Cancel
Save