mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-19 05:10:59 +00:00
Bump zlib to 1.3.1
This commit is contained in:
parent
16b044ae31
commit
95cbba3920
5
third_party/zlib/CMakeLists.txt
vendored
5
third_party/zlib/CMakeLists.txt
vendored
@ -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
Block a user