CMake: rename minizip to minizip-ng

minizip-ng is the new name used by the upstream project as well as all
distros other than Fedora (but it looks like it will be renamed there).
This commit is contained in:
Tillmann Karras
2022-05-28 23:19:55 +01:00
committed by Admiral H. Curtiss
parent 664663e8de
commit 79a7bf02eb
8 changed files with 8 additions and 8 deletions

View File

@ -67,4 +67,4 @@ endif()
target_link_libraries(minizip PUBLIC ZLIB::ZLIB)
add_library(MiniZip::minizip ALIAS minizip)
add_library(minizip-ng ALIAS minizip)