From 20cb3b860a1be856e5968884c016b98bfdb40277 Mon Sep 17 00:00:00 2001 From: SageMik Date: Sat, 14 Dec 2024 15:02:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=B3=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f19367d..bea1809 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,12 +12,12 @@ else() set(BUILD_SQLITE3 OFF) endif() -project(simple_without_sqlite3) +project(simple-native) include(FetchContent) FetchContent_Declare(simple GIT_REPOSITORY https://github.com/wangfenjin/simple.git - GIT_TAG 5ed7ca8ea8bb07610b54a0b15476d852c09ce479 + GIT_TAG 632fd7ba710ff54b8c6de1220bb47253132b94e5 ) FetchContent_MakeAvailable(simple)