Skip to content

Commit 2ba70c2

Browse files
authored
Merge pull request #2776 from div72/cmake-leveldb-tests
build/cmake: disable LevelDB tests
2 parents aa92bb1 + 96d6494 commit 2ba70c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if(SYSTEM_LEVELDB)
3535
else()
3636
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
3737

38-
set(LEVELDB_BUILD_TESTS ${ENABLE_TESTS})
38+
set(LEVELDB_BUILD_TESTS OFF)
3939
set(LEVELDB_BUILD_BENCHMARKS OFF)
4040
set(LEVELDB_INSTALL OFF)
4141

0 commit comments

Comments
 (0)