From c84210fa74caa6dc3a05012205cf92ddd1280348 Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 31 May 2022 16:51:00 -0300 Subject: [PATCH] Don't use expat for libarchive (we don't need support for xar files) --- third_party/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 79b24c2a6..2c0a08248 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -135,6 +135,7 @@ set(ENABLE_LZMA OFF CACHE BOOL "Enable the use of the system LZMA library if fou set(ENABLE_ZSTD OFF CACHE BOOL "Enable the use of the system zstd library if found") set(ENABLE_CNG OFF CACHE BOOL "Enable the use of CNG(Crypto Next Generation)") set(ENABLE_BZip2 OFF CACHE BOOL "Enable the use of the system BZip2 library if found") +set(ENABLE_EXPAT OFF CACHE BOOL "Enable the use of the system EXPAT library if found") set(ENABLE_LIBXML2 OFF CACHE BOOL "Enable the use of the system libxml2 library if found") set(ENABLE_CAT OFF CACHE BOOL "Enable cat building") set(ENABLE_TAR OFF CACHE BOOL "Enable tar building")