From 0ff572370feac410f657c2fea35b1671e70dbf74 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 16 Oct 2023 18:14:11 -0400 Subject: libarchive: Set build options the way we need for CMake --- Source/Modules/CMakeBuildUtilities.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Modules/CMakeBuildUtilities.cmake b/Source/Modules/CMakeBuildUtilities.cmake index c891fe9..94896ab 100644 --- a/Source/Modules/CMakeBuildUtilities.cmake +++ b/Source/Modules/CMakeBuildUtilities.cmake @@ -287,6 +287,8 @@ else() set(ENABLE_CPIO_SHARED OFF) set(ENABLE_CAT OFF) set(ENABLE_CAT_SHARED OFF) + set(ENABLE_UNZIP OFF) + set(ENABLE_UNZIP_SHARED OFF) set(ENABLE_XATTR OFF) set(ENABLE_ACL OFF) set(ENABLE_ICONV OFF) -- cgit v0.12