mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[minizip] Fix BZip2 Dependency on Linux (#5448)
It was spelled `Bzip2` when the dependency was `BZip2`.
This commit is contained in:
parent
0f04ebaf57
commit
9af611fb8f
@ -7,7 +7,7 @@ endif()
|
|||||||
|
|
||||||
find_package(ZLIB REQUIRED)
|
find_package(ZLIB REQUIRED)
|
||||||
|
|
||||||
find_package(Bzip2 REQUIRED)
|
find_package(BZip2 REQUIRED)
|
||||||
|
|
||||||
set(MIN_SRC contrib/minizip)
|
set(MIN_SRC contrib/minizip)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user