Skip to content

Commit

Permalink
Update to SQLite 3.35.3 (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Mar 27, 2021
1 parent 1d04e18 commit fd30a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty/sqlite/CMakeLists.txt
Expand Up @@ -33,12 +33,12 @@ set(CFG_CMD "${CFG_CMD} --disable-readline")
set(CFG_CMD "${CFG_CMD} --disable-static-shell")

include(ExternalProject)
set(SQLITE_VER "3350200")
set(SQLITE_VER "3350300")
ExternalProject_Add(
${PROJECT_NAME}
DOWNLOAD_DIR ${KO_DOWNLOAD_DIR}
URL https://www.sqlite.org/2021/sqlite-autoconf-${SQLITE_VER}.tar.gz
URL_MD5 454e0899d99a7b28825db3d807526774
URL_MD5 cadd4db9b528dfd0a7efde39f767cd83
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ${CFG_CMD}
BUILD_COMMAND ${KO_MAKE_RECURSIVE} -j1
Expand Down

0 comments on commit fd30a65

Please sign in to comment.