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)