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 83b3adfd Fix duplicate flag for build rocksdb (#2139)
83b3adfd is described below

commit 83b3adfdeabec572ec00bb15e93eb6f4000dfb59
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Mar 7 03:55:34 2024 +0200

    Fix duplicate flag for build rocksdb (#2139)
---
 cmake/rocksdb.cmake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index ca9bed62..6a150fc5 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -46,7 +46,6 @@ FetchContent_MakeAvailableWithArgs(rocksdb
   WITH_LZ4=ON
   WITH_ZLIB=ON
   WITH_ZSTD=ON
-  WITH_TOOLS=OFF
   WITH_GFLAGS=OFF
   WITH_TBB=ON
   USE_RTTI=ON

Reply via email to