Fetch zlib library over HTTPS

This commit is contained in:
Marcono1234 2022-02-12 18:43:34 +01:00
parent 42f6f2f10b
commit 4ef5508347

View File

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