diff options
| author | JMC47 <JMC4789@gmail.com> | 2025-12-22 13:36:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-22 13:36:52 -0500 |
| commit | b1f0d883cfada55176eec8f141e2f90aff41363d (patch) | |
| tree | bac0e4c8856abe4402f47e240adf0a390206bcb5 /Source/Core/DiscIO | |
| parent | f76a2ec004a11025ff100f33886556cf74a20e6b (diff) | |
| parent | 025ff87a27118f320e561c0ff27be7b66f52d7a0 (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/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |
