Skip to content

Commit

Permalink
Switch to using zlib-ng stable.
Browse files Browse the repository at this point in the history
zlib's CMake is just fucked up for far too long.
  • Loading branch information
nmoinvaz committed Jun 1, 2024
1 parent 5aec551 commit 0725402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ if(MZ_ZLIB)
set(PC_PRIVATE_DEPS "zlib")
set(ZLIB_COMPAT ON)
elseif(MZ_FETCH_LIBS)
clone_repo(zlib https://github.com/madler/zlib master)
clone_repo(zlib https://github.com/zlib-ng/zlib-ng stable)

# Don't automatically add all targets to the solution
add_subdirectory(${ZLIB_SOURCE_DIR} ${ZLIB_BINARY_DIR} EXCLUDE_FROM_ALL)
Expand Down

0 comments on commit 0725402

Please sign in to comment.