summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
diff options
context:
space:
mode:
authorJoshua Vandaƫle <joshua@vandaele.software>2025-11-26 23:40:05 +0100
committerJoshua Vandaƫle <joshua@vandaele.software>2025-11-27 00:18:31 +0100
commit025ff87a27118f320e561c0ff27be7b66f52d7a0 (patch)
tree3e877fdcb09fe9847414bbeb47804cf7539b797a /Source/Core/DiscIO
parent887c68eed44949fbbac962eedff79d0a7db6d520 (diff)
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.
Diffstat (limited to 'Source/Core/DiscIO')
-rw-r--r--Source/Core/DiscIO/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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
)