This is an automated email from the ASF dual-hosted git repository.

hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new ff1cf2b38 chore(deps): use BUILD_TESTING instead of deprecated 
ZLIB_ENABLE_TESTS  (#3326)
ff1cf2b38 is described below

commit ff1cf2b389cd8b59cc1bfbf53ba684178083b63d
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Jan 7 16:24:20 2026 +0300

    chore(deps): use BUILD_TESTING instead of deprecated ZLIB_ENABLE_TESTS  
(#3326)
---
 cmake/zlib.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/zlib.cmake b/cmake/zlib.cmake
index 341dfc58c..88a902495 100644
--- a/cmake/zlib.cmake
+++ b/cmake/zlib.cmake
@@ -26,8 +26,8 @@ FetchContent_DeclareGitHubWithMirror(zlib
 
 FetchContent_MakeAvailableWithArgs(zlib
   WITH_GTEST=OFF
-  ZLIB_ENABLE_TESTS=OFF
   ZLIBNG_ENABLE_TESTS=OFF
   BUILD_SHARED_LIBS=OFF
+  BUILD_TESTING=OFF
   ZLIB_COMPAT=ON
 )

Reply via email to