Upgrade zlib to 1.3 (#323)
This commit is contained in:
parent
91806d8ccb
commit
0e447c55a8
|
@ -2,7 +2,7 @@ include(FetchContent)
|
||||||
|
|
||||||
FetchContent_Declare(zlib
|
FetchContent_Declare(zlib
|
||||||
GIT_REPOSITORY "https://github.com/madler/zlib"
|
GIT_REPOSITORY "https://github.com/madler/zlib"
|
||||||
GIT_TAG "v1.2.11"
|
GIT_TAG "v1.3"
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_GetProperties(zlib)
|
FetchContent_GetProperties(zlib)
|
||||||
|
|
Loading…
Reference in New Issue