mirror of
https://github.com/madler/zlib
synced 2025-03-28 21:13:15 +00:00
CMake: Make bzip2 required if it's requested.
This commit is contained in:
parent
f42008f5b4
commit
62b5b4eff8
@ -44,7 +44,7 @@ if(NOT CPACK_INCLUDED)
|
||||
endif(NOT CPACK_INCLUDED)
|
||||
|
||||
if(MINIZIP_ENABLE_BZIP2)
|
||||
find_package(BZip2)
|
||||
find_package(BZip2 REQUIRED)
|
||||
endif(MINIZIP_ENABLE_BZIP2)
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user