Skip to content

Commit

Permalink
Externals: minizip-ng Forward Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mitaclaw committed Apr 21, 2024
1 parent 758097f commit 0a48a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -674,6 +674,8 @@ dolphin_find_optional_system_library_pkgconfig(ZSTD libzstd>=1.4.0 zstd::zstd Ex

dolphin_find_optional_system_library_pkgconfig(ZLIB zlib-ng ZLIB::ZLIB Externals/zlib-ng)

# https://github.com/zlib-ng/minizip-ng/commit/6c5f265a55f1a12a7a016cd2962feff91cff5d2e
add_definitions(-DMZ_COMPAT_VERSION=110) # This macro is for forwards compatibility with 4.0.4+
dolphin_find_optional_system_library_pkgconfig(MINIZIP minizip>=3.0.0 minizip::minizip Externals/minizip)

dolphin_find_optional_system_library(LZO Externals/LZO)
Expand Down

0 comments on commit 0a48a3b

Please sign in to comment.