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 37529b7 commit 8b13132Copy full SHA for 8b13132
CMakeLists.txt
@@ -29,7 +29,7 @@ include_directories(${sqlitecpp_SOURCE_DIR}/include)
29
FetchContent_Declare(
30
sqlite_web_vfs
31
GIT_REPOSITORY https://github.com/mlin/sqlite_web_vfs.git
32
- GIT_TAG 84a8286
+ GIT_TAG 45d5383
33
)
34
FetchContent_MakeAvailable(sqlite_web_vfs)
35
FetchContent_MakeAvailable(concurrentqueue)
0 commit comments