Bump zlib to 1.3.1
This commit is contained in:
parent
16b044ae31
commit
95cbba3920
|
@ -1,8 +1,11 @@
|
||||||
|
# Do not build examples.
|
||||||
|
set(ZLIB_BUILD_EXAMPLES OFF)
|
||||||
|
|
||||||
include(FetchContent)
|
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.3"
|
GIT_TAG "v1.3.1"
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_GetProperties(zlib)
|
FetchContent_GetProperties(zlib)
|
||||||
|
|
Loading…
Reference in New Issue