Browse Source

[1.5] Add alternative download for bzip2 (#7998)

pull/8179/head
Oleksandr Kalko 10 months ago committed by GitHub
parent
commit
e8b624f4fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      3rdParty/bzip2/CMakeLists.txt

5
3rdParty/bzip2/CMakeLists.txt vendored

@ -1,9 +1,10 @@
include(functions/FetchContent_MakeAvailableExcludeFromAll)
include(FetchContent)
FetchContent_Declare(bzip2
URL https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
URL_HASH MD5=67e051268d0c475ea773822f7500d0e5
GIT_REPOSITORY https://sourceware.org/git/bzip2
GIT_TAG bzip2-1.0.8
)
FetchContent_MakeAvailableExcludeFromAll(bzip2)

Loading…
Cancel
Save