diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-06-30 19:06:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-30 19:06:04 +0200 |
| commit | fa81006b519cdfff61a4686df8cdef901cf6685d (patch) | |
| tree | 3389d331067ce7f8ae0389e11b5152636dd952ec /Source/Core/DiscIO | |
| parent | e4d7ba5554e4d0eae1e803679318c7d2551d9c5f (diff) | |
| parent | ade40650f5cbd2e950e382ab0a21598ab34aa65c (diff) | |
Merge pull request #11955 from TellowKrinkle/CMakeDependencies
CMake: Allow ignoring system packages
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 44d4af95b8..11fb5cf52a 100644 --- a/Source/Core/DiscIO/CMakeLists.txt +++ b/Source/Core/DiscIO/CMakeLists.txt @@ -75,7 +75,7 @@ PUBLIC PRIVATE fmt::fmt - minizip-ng + minizip::minizip pugixml ZLIB::ZLIB ) |
