Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
fix: libarchive disable openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Feb 28, 2024
1 parent 0090d73 commit a75c8ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/libarchive.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ExternalProject_Add(libarchive
xz
zlib
zstd
openssl
libxml2
GIT_REPOSITORY https://github.com/libarchive/libarchive.git
SOURCE_DIR ${SOURCE_LOCATION}
Expand All @@ -21,7 +20,6 @@ ExternalProject_Add(libarchive
-DBUILD_SHARED_LIBS=OFF
-DENABLE_ZLIB=ON
-DENABLE_ZSTD=ON
-DENABLE_OPENSSL=ON
-DENABLE_BZip2=ON
-DENABLE_ICONV=ON
-DENABLE_LIBXML2=ON
Expand Down

0 comments on commit a75c8ff

Please sign in to comment.