Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If set(ZLIB_INCLUDE_PATH value) is called without setting cache, and find_package(zlib) is called twice, the second call fails. Behavior described here: https://gitlab.kitware.com/cmake/cmake/-/issues/21343 It seems that the new libcurl version also calls find_package(zlib) so the second call by libarchive fails. And without zlib support handling .zip files that use deflate compression does not work. Only affected Windows, because we are only using a bundled zlib there. On Linux system libarchive and system zlib is used. On Mac OS X bundled libarchive, but system zlib is used. Ref #586
- Loading branch information