Skip to content

Commit

Permalink
Merge pull request #1487 from srcejon/update_zlib_1_2_13
Browse files Browse the repository at this point in the history
Update zlib to latest version
  • Loading branch information
f4exb authored Oct 27, 2022
2 parents 9b7a41a + ff8bb73 commit 417071c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ endif (NOT OPUS_FOUND AND NOT USE_PRECOMPILED_LIBS)

if (NOT ZLIB_FOUND AND NOT USE_PRECOMPILED_LIBS)
ExternalProject_Add(zlib
URL https://zlib.net/zlib-1.2.12.tar.gz
URL https://zlib.net/zlib-1.2.13.tar.gz
PREFIX "${EXTERNAL_BUILD_LIBRARIES}/zlib"
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=<INSTALL_DIR>
TEST_COMMAND ""
Expand Down

0 comments on commit 417071c

Please sign in to comment.