Skip to content

Commit

Permalink
Disable zlib-ng tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Jun 2, 2024
1 parent d3bc79c commit 8a00c0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ if(MZ_ZLIB)
set(PC_PRIVATE_DEPS "zlib")
set(ZLIB_COMPAT ON)
elseif(MZ_FETCH_LIBS)
set(ZLIB_ENABLE_TESTS OFF CACHE BOOL "Build zlib-ng tests" FORCE)

clone_repo(zlib https://github.com/zlib-ng/zlib-ng stable)

# Don't automatically add all targets to the solution
Expand Down

0 comments on commit 8a00c0e

Please sign in to comment.