Skip to content

Commit 1988784

Browse files
Experiment with zlib-ng versions
1 parent 80a9d66 commit 1988784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ if(NOT DEACTIVATE_ZLIB)
214214
message(STATUS "Using ZLIB-NG internal sources for ZLIB support.")
215215
set(HAVE_ZLIB_NG TRUE)
216216
add_definitions(-DZLIB_COMPAT)
217-
set(ZLIB_NG_DIR "zlib-ng-2.0.7") # update to the actual included version
217+
set(ZLIB_NG_DIR "zlib-ng-2.3.3") # update to the actual included version
218218
set(ZLIB_COMPAT TRUE)
219219
set(SKIP_INSTALL_ALL TRUE)
220220
set(BUILD_SHARED_LIBS FALSE)

0 commit comments

Comments
 (0)