summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2025-12-22 13:36:52 -0500
committerGitHub <noreply@github.com>2025-12-22 13:36:52 -0500
commitb1f0d883cfada55176eec8f141e2f90aff41363d (patch)
treebac0e4c8856abe4402f47e240adf0a390206bcb5 /Source
parentf76a2ec004a11025ff100f33886556cf74a20e6b (diff)
parent025ff87a27118f320e561c0ff27be7b66f52d7a0 (diff)
Merge pull request #14174 from JoshuaVandaele/minizips-cmake
Use minizip-ng's CMakeLists instead of relying on our own implementation
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Common/CMakeLists.txt2
-rw-r--r--Source/Core/DiscIO/CMakeLists.txt2
-rw-r--r--Source/Core/UICommon/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt
index 2447d1ed40..33a03729ca 100644
--- a/Source/Core/Common/CMakeLists.txt
+++ b/Source/Core/Common/CMakeLists.txt
@@ -183,7 +183,7 @@ PUBLIC
enet::enet
fmt::fmt
MbedTLS::mbedtls
- minizip-ng::minizip-ng
+ MINIZIP::minizip-ng
sfml-network
PRIVATE
diff --git a/Source/Core/DiscIO/CMakeLists.txt b/Source/Core/DiscIO/CMakeLists.txt
index e2664f4a1a..bfec96dd9d 100644
--- a/Source/Core/DiscIO/CMakeLists.txt
+++ b/Source/Core/DiscIO/CMakeLists.txt
@@ -77,7 +77,7 @@ PUBLIC
PRIVATE
fmt::fmt
- minizip-ng::minizip-ng
+ MINIZIP::minizip-ng
pugixml
ZLIB::ZLIB
)
diff --git a/Source/Core/UICommon/CMakeLists.txt b/Source/Core/UICommon/CMakeLists.txt
index 2f248e1066..e141eab6f9 100644
--- a/Source/Core/UICommon/CMakeLists.txt
+++ b/Source/Core/UICommon/CMakeLists.txt
@@ -26,7 +26,7 @@ PUBLIC
common
core
cpp-optparse
- minizip-ng::minizip-ng
+ MINIZIP::minizip-ng
pugixml
PRIVATE