mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-02 21:30:56 +00:00
Merge pull request #456 from Marcono1234/marcono1234/zlib-https
Fetch zlib library over HTTPS
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user