[zziplib] fix flaky build (#7090)

This commit is contained in:
Phil Christensen 2019-06-29 22:21:00 -07:00 committed by GitHub
parent b627d2cf79
commit 8d7245a91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Source: zziplib
Version: 0.13.69-3
Version: 0.13.69-4
Build-Depends: zlib
Homepage: https://github.com/gdraheim/zziplib
Description: library providing read access on ZIP-archives

View File

@ -22,6 +22,7 @@ file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
DISABLE_PARALLEL_CONFIGURE
OPTIONS -DZLIB_INCLUDE_DIRS=${CURRENT_INSTALLED_DIR}/include
)