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

@ -14,8 +14,8 @@
#include <mbedtls/md5.h>
#include <mbedtls/sha1.h>
#include <mz_compat.h>
#include <pugixml.hpp>
#include <unzip.h>
#include "Common/Align.h"
#include "Common/Assert.h"