Skip to content

Commit

Permalink
updated sqlite sources to sqlite 3.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed Oct 23, 2024
1 parent 7709c50 commit 4678c56
Show file tree
Hide file tree
Showing 4 changed files with 9,901 additions and 4,733 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ endif(NOT SQLITE3_USE_SHARED_CRT)
endif(MSVC)

ExternalProject_Add(sqlite3-src
URL https://www.sqlite.org/2024/sqlite-amalgamation-3460100.zip
URL_HASH SHA3_256=af6aae8d3eccc608857c63cf56efbadc70da48b5c719446b353ed88dded1e288
URL https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip
URL_HASH SHA3_256=e35ee48efc24fe58d0e9102034ac0a41e3904641a745e94ab11a841fe9d7355e
PREFIX 3rdparty
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src/sqlite3

Expand Down
Loading

0 comments on commit 4678c56

Please sign in to comment.