We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efb82e commit 8ea64f5Copy full SHA for 8ea64f5
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 df70c88
+ GIT_TAG 9f5fb19
22
)
23
FetchContent_MakeAvailable(sqlite_zstd_vfs)
24
FetchContent_MakeAvailable(sqlitecpp)
0 commit comments