reduce spurious warnings from libzip

develop
myk002 2022-05-13 13:40:17 -07:00 committed by Myk
parent 8f6522899b
commit 1b426efdb9
1 changed files with 1 additions and 0 deletions

@ -38,6 +38,7 @@ if(UNIX)
set_target_properties(expat PROPERTIES COMPILE_FLAGS "-Wno-maybe-uninitialized")
endif()
set(CMAKE_REQUIRED_QUIET ON)
set(LIBZIP_BUILD_DOC OFF CACHE BOOL "")
set(LIBZIP_BUILD_EXAMPLES OFF CACHE BOOL "")
set(LIBZIP_BUILD_REGRESS OFF CACHE BOOL "")