Skip to content

Commit

Permalink
更新至最新提交
Browse files Browse the repository at this point in the history
  • Loading branch information
SageMik committed Dec 14, 2024
1 parent f2df3e3 commit 20cb3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 20cb3b8

Please sign in to comment.