From f228d74625ae22de893a02c350989c781bf25408 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Thu, 14 Oct 2021 13:54:42 +0800 Subject: [PATCH] more --- deps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 05c154af86..205b6298e3 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -36,7 +36,7 @@ unset(CMAKE_PROJECT_INCLUDE_BEFORE) # leveldb if(${BUILD_WITH_LEVELDB}) -option(LEVELDB_BUILD_TESTS "" OFF) + option(LEVELDB_BUILD_TESTS "" OFF) add_subdirectory(leveldb) target_include_directories( leveldb