Skip to content

Commit cf96aa2

Browse files
committed
eliminate dependence on SQLITE_ENABLE_COLUMN_METADATA
1 parent 59a7b08 commit cf96aa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif()
1818
FetchContent_Declare(
1919
sqlite_zstd_vfs
2020
GIT_REPOSITORY https://github.com/mlin/sqlite_zstd_vfs.git
21-
GIT_TAG cd4c5ee
21+
GIT_TAG 600758d
2222
)
2323
FetchContent_MakeAvailable(sqlite_zstd_vfs)
2424
include_directories(${sqlite_zstd_vfs_SOURCE_DIR}/src)

0 commit comments

Comments
 (0)