We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53c27d commit a46bd23Copy full SHA for a46bd23
1 file changed
CMakeLists.txt
@@ -18,7 +18,7 @@ endif()
18
FetchContent_Declare(
19
sqlite_zstd_vfs
20
GIT_REPOSITORY https://github.com/mlin/sqlite_zstd_vfs.git
21
- GIT_TAG 600758d
+ GIT_TAG 7421633
22
)
23
FetchContent_MakeAvailable(sqlite_zstd_vfs)
24
include_directories(${sqlite_zstd_vfs_SOURCE_DIR}/src)
0 commit comments