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:
parent
5a2ca3cb80
commit
c99a4ae60f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user