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/Common | |
| 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/Common')
| -rw-r--r-- | Source/Core/Common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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 |
