From 3ac954922108b07fb3f7a7ce1c727bfcfad8b263 Mon Sep 17 00:00:00 2001
From: Ferenc Szontágh <szf@fsociety.hu>
Date: Thu, 27 Jun 2024 18:51:54 +0000
Subject: [PATCH] readme and some test

---
 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c574b4..f67aa51 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@
 target_link_libraries(RocksDBWrapperExecutable RocksDBWrapper)
 
 # Optionally add tests
-option(BUILD_TESTS "Build tests" ON)
+option(BUILD_TESTS "Build tests" OFF)
 
 if (BUILD_TESTS)
     include(FetchContent)

--
Gitblit v1.9.3