From 8ea64f56ad8d8bcb09b46b6ed3585ba0c250db2c Mon Sep 17 00:00:00 2001 From: Mike Lin Date: Sun, 30 May 2021 16:54:30 -1000 Subject: [PATCH] bump zstd_vfs --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0a64a6..7319044 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ endif() FetchContent_Declare( sqlite_zstd_vfs GIT_REPOSITORY https://github.com/mlin/sqlite_zstd_vfs.git - GIT_TAG df70c88 + GIT_TAG 9f5fb19 ) FetchContent_MakeAvailable(sqlite_zstd_vfs) FetchContent_MakeAvailable(sqlitecpp)