Skip to content

Commit 57dc5de

Browse files
committed
Fix build again
1 parent 0bda026 commit 57dc5de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/minizip-ng-cmake/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ if(MZ_COMPAT)
156156
${_MINIZIP_SOURCE_DIR}/compat/unzip.h)
157157

158158
list(APPEND MINIZIP_INC "${_MINIZIP_SOURCE_DIR}/compat")
159+
list(APPEND MINIZIP_PUBLIC_DEF "-DMZ_COMPAT_VERSION=110")
159160
endif()
160161

161162
add_library(_minizip ${MINIZIP_SRC} ${MINIZIP_HDR})

0 commit comments

Comments
 (0)