Skip to content

Commit

Permalink
Upgrade to latest sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
dstoup committed Oct 16, 2019
1 parent 6ea34ac commit 9f5a530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMake/fletch-tarballs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,9 @@ endif()
list(APPEND fletch_external_sources OpenCV)

# SQLite3
set(SQLite3_version 3081101)
set(SQLite3_url "https://www.sqlite.org/2015/sqlite-amalgamation-${SQLite3_version}.zip")
set(SQLite3_md5 "94907e831502e2080b76e281cfa24dde")
set(SQLite3_version 3300100)
set(SQLite3_url "https://www.sqlite.org/2019/sqlite-amalgamation-${SQLite3_version}.zip")
set(SQLite3_md5 "679e8d5f73e26c6b85dd1f1de24355b6")
list(APPEND fletch_external_sources SQLite3)

# PROJ.4
Expand Down

0 comments on commit 9f5a530

Please sign in to comment.