mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[libarchive] Fix libxml2 feature not taking effect (#5298)
This commit is contained in:
parent
f5b06a9ef0
commit
62f294eeae
@ -1,5 +1,5 @@
|
||||
Source: libarchive
|
||||
Version: 3.3.3-2
|
||||
Version: 3.3.3-3
|
||||
Description: Library for reading and writing streaming archives
|
||||
Build-Depends: zlib
|
||||
Default-Features: bzip2, libxml2, lz4, lzma, lzo, openssl
|
||||
|
@ -26,7 +26,6 @@ set(BUILD_libarchive_libxml2 OFF)
|
||||
if("libxml2" IN_LIST FEATURES)
|
||||
set(BUILD_libarchive_libxml2 ON)
|
||||
endif()
|
||||
set(BUILD_libarchive_libxml2 OFF)
|
||||
|
||||
set(BUILD_libarchive_lz4 OFF)
|
||||
if("lz4" IN_LIST FEATURES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user