mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
Merge pull request #456 from Marcono1234/marcono1234/zlib-https
Fetch zlib library over HTTPS
This commit is contained in:
commit
7a354b3545
@ -53,7 +53,7 @@ FetchContent_Declare(
|
||||
|
||||
FetchContent_Declare(
|
||||
zlib
|
||||
URL http://github.com/madler/zlib/archive/refs/tags/v1.2.11.zip
|
||||
URL https://github.com/madler/zlib/archive/refs/tags/v1.2.11.zip
|
||||
URL_HASH MD5=9d6a627693163bbbf3f26403a3a0b0b1
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user