We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560f6dc commit 8515bfbCopy full SHA for 8515bfb
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 4ccc782
+ GIT_TAG b2a443b
22
)
23
FetchContent_MakeAvailable(sqlite_zstd_vfs)
24
FetchContent_MakeAvailable(sqlitecpp)
0 commit comments