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 df70c88 commit 9f5fb19Copy full SHA for 9f5fb19
CMakeLists.txt
@@ -21,7 +21,7 @@ set(SQLITE_ENABLE_COLUMN_METADATA OFF CACHE INTERNAL "")
21
FetchContent_Declare(
22
sqlitecpp
23
GIT_REPOSITORY https://github.com/mlin/SQLiteCpp.git
24
- GIT_TAG 49a568f15d025ddcd61d54c437a4c5ef773d2389
+ GIT_TAG 6d089fc
25
)
26
FetchContent_MakeAvailable(sqlitecpp)
27
include_directories(${sqlitecpp_SOURCE_DIR}/include)
0 commit comments