We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cdd8d commit 61ef08dCopy full SHA for 61ef08d
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 6f44af6
+ GIT_TAG e81ef25
22
)
23
FetchContent_MakeAvailable(sqlite_zstd_vfs)
24
FetchContent_MakeAvailable(sqlitecpp)
0 commit comments