Skip to content

Commit 63ab292

Browse files
Experiment with zlib-ng versions
1 parent 7574e41 commit 63ab292

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
@@ -203,7 +203,7 @@ if(NOT DEACTIVATE_ZLIB)
203203
message(STATUS "Using ZLIB-NG internal sources for ZLIB support.")
204204
set(HAVE_ZLIB_NG TRUE)
205205
add_definitions(-DZLIB_COMPAT)
206-
set(ZLIB_NG_DIR "zlib-ng-2.0.7") # update to the actual included version
206+
set(ZLIB_NG_DIR "zlib-ng-2.1.0-beta1") # update to the actual included version
207207
set(ZLIB_COMPAT TRUE)
208208
set(SKIP_INSTALL_ALL TRUE)
209209
set(BUILD_SHARED_LIBS FALSE)

0 commit comments

Comments
 (0)