BobBuildTool/basement

zip (deflate) support in cmake

Closed this issue · 1 comments

--without-zlib \

hey,

should we enable the zlib in libarchive to support zip (deflate) in cmake?

there are projects, that use https://cmake.org/cmake/help/latest/module/ExternalProject.html e.g.:

ExternalProject_Add(secretsauce
  URL                     https://www.somecompany.com/downloads/sauce-2.7.zip
  URL_HASH          MD5=d41d8cd98f00b204e9800998ecf8427e
...
)

which isn't supported yet.

should we enable the zlib in libarchive to support zip (deflate) in cmake?

Sure.