Merge pull request #456 from Marcono1234/marcono1234/zlib-https

Fetch zlib library over HTTPS
This commit is contained in:
David Markowitz 2022-04-10 20:04:23 -07:00 committed by GitHub
commit 7a354b3545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
)