mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
Replace ZLIB_ENABLE_TESTS with BUILD_TESTING
This commit is contained in:
parent
335aa00067
commit
811d287726
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ 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)
|
||||
set(BUILD_TESTING OFF CACHE BOOL "Build zlib-ng tests" FORCE)
|
||||
|
||||
clone_repo(zlib https://github.com/zlib-ng/zlib-ng stable)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue