From 22522d7d4aeed0d16c6e44ebe38d70ba466357af Mon Sep 17 00:00:00 2001 From: simon987 Date: Sun, 5 Sep 2021 09:33:17 -0400 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 617b96d..b707ce6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,7 @@ cmake_minimum_required(VERSION 3.15) project(scan) set(CMAKE_C_STANDARD 11) -option(BUILD_TESTS "Build tests" off) -option(SIST_FAKE_STORE "Disable IO operations of LMDB stores for debugging purposes" 0) +option(BUILD_TESTS "Build tests" on) add_subdirectory(third-party/antiword) add_compile_definitions(