Skip to content

Commit

Permalink
Bump zlib to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbatalov committed Mar 3, 2024
1 parent 16b044a commit 95cbba3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion third_party/zlib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Do not build examples.
set(ZLIB_BUILD_EXAMPLES OFF)

include(FetchContent)

FetchContent_Declare(zlib
GIT_REPOSITORY "https://github.com/madler/zlib"
GIT_TAG "v1.3"
GIT_TAG "v1.3.1"
)

FetchContent_GetProperties(zlib)
Expand Down

0 comments on commit 95cbba3

Please sign in to comment.