Skip to content

Commit 35c24ef

Browse files
authored
Merge pull request #5116 from myk002/myk_libzip
update libzip to current upstream
2 parents 472fd30 + b2f4d71 commit 35c24ef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

depends/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ set(LIBZIP_DO_INSTALL OFF CACHE BOOL "")
7171
add_subdirectory(libzip)
7272
if(MSVC)
7373
target_compile_options(zip PRIVATE /wd4244)
74+
elseif(UNIX)
75+
set_target_properties(zip PROPERTIES COMPILE_FLAGS "-Wno-stringop-truncation -Wno-stringop-overflow")
7476
endif()
7577

7678
set(XLSXIO_USE_DFHACK_LIBS ON CACHE BOOL "")

depends/libzip

Submodule libzip updated 769 files

0 commit comments

Comments
 (0)