From 01a5068bf62976566bdd79bd46ff7010d7dc9832 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Fri, 29 Oct 2021 13:55:55 +0200 Subject: [PATCH] CI + BUILD: Don't need the path to the sqlite3 binary --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1df8a588..7b78c8e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,6 @@ find_package(CURL REQUIRED HTTP HTTPS) find_program(MKVPROPEDIT mkvpropedit REQUIRED) find_program(XXD xxd REQUIRED) -find_program(TEST_SQLITE sqlite3 REQUIRED) find_program(MAN man) TEST_BIG_ENDIAN(IS_BIG_ENDIAN) -- GitLab