From 966e28a9716daa87e233658fc559745b0aa22178 Mon Sep 17 00:00:00 2001 From: simon987 Date: Sat, 20 Mar 2021 11:16:36 -0400 Subject: [PATCH] Support for encrypted archives --- CMakeLists.txt | 2 +- src/static/search.html | 2 +- src/static/stats.html | 2 +- src/web/static_generated.c | 4 ++-- third-party/libscan | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a02c37..e32a237 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(sist2 C) option(SIST_DEBUG "Build a debug executable" on) -set(BUILD_TESTS off) +set(BUILD_TESTS on) add_subdirectory(third-party/libscan) set(ARGPARSE_SHARED off) add_subdirectory(third-party/argparse) diff --git a/src/static/search.html b/src/static/search.html index d55a765..b675a76 100644 --- a/src/static/search.html +++ b/src/static/search.html @@ -12,7 +12,7 @@