Skip to content

Commit

Permalink
Merge pull request #2776 from div72/cmake-leveldb-tests
Browse files Browse the repository at this point in the history
build/cmake: disable LevelDB tests
  • Loading branch information
jamescowens authored Sep 23, 2024
2 parents aa92bb1 + 96d6494 commit 2ba70c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(SYSTEM_LEVELDB)
else()
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)

set(LEVELDB_BUILD_TESTS ${ENABLE_TESTS})
set(LEVELDB_BUILD_TESTS OFF)
set(LEVELDB_BUILD_BENCHMARKS OFF)
set(LEVELDB_INSTALL OFF)

Expand Down

0 comments on commit 2ba70c2

Please sign in to comment.