From ce57ed20913c25de394016b9018d7f51d5666479 Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Fri, 10 Jan 2025 01:18:50 +0100 Subject: [PATCH] Disable LZMA --- 3rdParty/libarchive/ext/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/3rdParty/libarchive/ext/CMakeLists.txt b/3rdParty/libarchive/ext/CMakeLists.txt index 79df758..146491b 100644 --- a/3rdParty/libarchive/ext/CMakeLists.txt +++ b/3rdParty/libarchive/ext/CMakeLists.txt @@ -98,6 +98,7 @@ ExternalProject_Add( -DENABLE_LIBXML2:BOOL=OFF -DENABLE_UNZIP:BOOL=OFF -DENABLE_EXPAT:BOOL=OFF + -DENABLE_LZMA:BOOL=OFF -DZLIB_USE_STATIC_LIBS:BOOL=ON -DCMAKE_PREFIX_PATH=${CMAKE_BINARY_DIR}/INSTALL -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_BINARY_DIR}/INSTALL