From aa9b8126d7f513d448d4e11e026577c66ec4b284 Mon Sep 17 00:00:00 2001 From: Eduardo Menges Mattje Date: Wed, 5 Jun 2024 17:05:07 -0300 Subject: [PATCH] Bumped CMake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5674c1d3..0ac3e952 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.22) option(ENABLE_SQLCIPHER_TESTS "enable sqlchipher test") # Creates the file compile_commands.json in the build directory.