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

aleksraiden pushed a commit to branch aleksraiden-patch-3
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit e3d0efe8ebc813fd93a92319c97f95e8c8faf35a
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Mon Jan 5 21:03:35 2026 +0300

    Disable ZLIB_ENABLE_TESTS and enable BUILD_TESTING
---
 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