[minizip] Fix BZip2 Dependency on Linux (#5448)

It was spelled `Bzip2` when the dependency was `BZip2`.
This commit is contained in:
Connor Fitzgerald 2019-02-25 15:39:38 -05:00 committed by Phil Christensen
parent 0f04ebaf57
commit 9af611fb8f

View File

@ -7,7 +7,7 @@ endif()
find_package(ZLIB REQUIRED)
find_package(Bzip2 REQUIRED)
find_package(BZip2 REQUIRED)
set(MIN_SRC contrib/minizip)