Skip to content

Commit

Permalink
zlib: Update to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chubercik committed Apr 19, 2024
1 parent f64e806 commit fe7033f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif()
if(NOT USE_SHARED_ZLIB)
set(SKIP_INSTALL_ALL on)
# Don't build zlib tests
set(ZLIB_TESTS OFF CACHE BOOL "Build zlib tests")
set(ZLIB_BUILD_EXAMPLES OFF CACHE BOOL "Enable Zlib Examples")
add_subdirectory(zlib)
endif()

Expand Down Expand Up @@ -126,6 +126,9 @@ endif()
add_subdirectory(json11)

# libarchive
set(HAVE_WCSCPY 1)
set(HAVE_WCSLEN 1)

set(ENABLE_WERROR OFF CACHE BOOL "Treat warnings as errors - default is ON for Debug, OFF otherwise.")
set(ENABLE_TEST OFF CACHE BOOL "Enable unit and regression tests")
set(ENABLE_COVERAGE OFF CACHE BOOL "Enable code coverage (GCC only, automatically sets ENABLE_TEST to ON)")
Expand Down
2 changes: 1 addition & 1 deletion third_party/zlib
Submodule zlib updated 171 files

0 comments on commit fe7033f

Please sign in to comment.