1
0
mirror of https://github.com/madler/zlib synced 2025-03-28 21:13:15 +00:00

CMake: Depend on bzip2 only if it's found.

This commit is contained in:
Vollstrecker 2024-12-27 10:32:31 +01:00 committed by Mark Adler
parent 5a2ca3cb80
commit c99a4ae60f

View File

@ -1,5 +1,5 @@
set(minizip_VERSION @minizip_VERSION@)
set(MINIZIP_ENABLE_BZIP2 @MINIZIP_ENABLE_BZIP2@)
set(MINIZIP_ENABLE_BZIP2 @BZIP2_FOUND@)
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(ZLIB CONFIG)