Skip to content

Commit

Permalink
bump sqlite_zstd_vfs to adjust SQLITE_OPEN_MAIN_JOURNAL handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Jul 28, 2020
1 parent c53c27d commit a46bd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif()
FetchContent_Declare(
sqlite_zstd_vfs
GIT_REPOSITORY https://github.com/mlin/sqlite_zstd_vfs.git
GIT_TAG 600758d
GIT_TAG 7421633
)
FetchContent_MakeAvailable(sqlite_zstd_vfs)
include_directories(${sqlite_zstd_vfs_SOURCE_DIR}/src)
Expand Down

0 comments on commit a46bd23

Please sign in to comment.