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

@ -140,7 +140,7 @@ PUBLIC
enet
fmt::fmt
${MBEDTLS_LIBRARIES}
minizip
minizip-ng
PRIVATE
${CURL_LIBRARIES}

View File

@ -5,7 +5,7 @@
#include <algorithm>
#include <unzip.h>
#include <mz_compat.h>
#include "Common/CommonTypes.h"
#include "Common/ScopeGuard.h"