]> git.ipfire.org Git - thirdparty/libarchive.git/commit
cmake: do not require zlib (#2327)
authorMostyn Bramley-Moore <mostyn@antipode.se>
Fri, 13 Sep 2024 19:28:05 +0000 (21:28 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 19:28:05 +0000 (21:28 +0200)
commitf3670277f7b843fdc4d79707aedf712148b874fa
tree394c1c0cfa0c2557137eb59debc378f09c8f7ecf
parent3f1b5340d9aa60ead46203df1235ddc1fea9a8ca
cmake: do not require zlib (#2327)

Followup to #2318 which accidentally made zlib required.

Tested locally by increasing the version in CMakeLists.txt to 1.4.1
(which does not exist yet), and confirming that the build reports that a
suitable version of zlib was not found, while the build continued..
CMakeLists.txt