generic: remove the last reference to zlib

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-17 23:23:00 +03:00
parent 1a23738c6d
commit 458788a6d9

View file

@ -56,7 +56,7 @@ endif()
# required features
find_package(LibDeflate)
set_package_properties(ZLIB PROPERTIES
set_package_properties(LibDeflate PROPERTIES
DESCRIPTION "Heavily optimized library for DEFLATE/zlib/gzip compression and decompression"
URL "https://github.com/ebiggers/libdeflate"
TYPE REQUIRED