mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2025-02-23 06:40:55 +00:00
Upgrade zlib to 1.3 (#323)
This commit is contained in:
parent
91806d8ccb
commit
0e447c55a8
2
third_party/zlib/CMakeLists.txt
vendored
2
third_party/zlib/CMakeLists.txt
vendored
@ -2,7 +2,7 @@ include(FetchContent)
|
||||
|
||||
FetchContent_Declare(zlib
|
||||
GIT_REPOSITORY "https://github.com/madler/zlib"
|
||||
GIT_TAG "v1.2.11"
|
||||
GIT_TAG "v1.3"
|
||||
)
|
||||
|
||||
FetchContent_GetProperties(zlib)
|
||||
|
Loading…
x
Reference in New Issue
Block a user