From 025ff87a27118f320e561c0ff27be7b66f52d7a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Vanda=C3=ABle?= Date: Wed, 26 Nov 2025 23:40:05 +0100 Subject: Use minizip-ng's CMakeLists instead of relying on our own implementation This is a carry over from back when we used `minizip` and had our own CMakeLists for it. --- Source/Core/DiscIO/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DiscIO') diff --git a/Source/Core/DiscIO/CMakeLists.txt b/Source/Core/DiscIO/CMakeLists.txt index 884f3de4f2..d72c9c1bda 100644 --- a/Source/Core/DiscIO/CMakeLists.txt +++ b/Source/Core/DiscIO/CMakeLists.txt @@ -75,7 +75,7 @@ PUBLIC PRIVATE fmt::fmt - minizip-ng::minizip-ng + MINIZIP::minizip-ng pugixml ZLIB::ZLIB ) -- cgit v1.2.3