Skip to content

Commit

Permalink
lib: sqlite: upgrade from v3.23.0 to v3.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Sep 13, 2018
1 parent c291f7b commit 5bf148c
Show file tree
Hide file tree
Showing 4 changed files with 5,864 additions and 3,553 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ endif()

if(FLB_SQLDB)
FLB_DEFINITION(FLB_HAVE_SQLDB)
add_subdirectory(lib/sqlite-amalgamation-3230000)
include_directories(lib/sqlite-amalgamation-3230000)
add_subdirectory(lib/sqlite-amalgamation-3240000)
include_directories(lib/sqlite-amalgamation-3240000)
endif()

if(FLB_BUFFERING)
Expand Down
Loading

0 comments on commit 5bf148c

Please sign in to comment.