Skip to content

Commit 9f5fb19

Browse files
committed
bump SQLiteCpp
1 parent df70c88 commit 9f5fb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(SQLITE_ENABLE_COLUMN_METADATA OFF CACHE INTERNAL "")
2121
FetchContent_Declare(
2222
sqlitecpp
2323
GIT_REPOSITORY https://github.com/mlin/SQLiteCpp.git
24-
GIT_TAG 49a568f15d025ddcd61d54c437a4c5ef773d2389
24+
GIT_TAG 6d089fc
2525
)
2626
FetchContent_MakeAvailable(sqlitecpp)
2727
include_directories(${sqlitecpp_SOURCE_DIR}/include)

0 commit comments

Comments
 (0)