From 96ae80c4f0e7faeb789a78bea252bee07e3c3dc9 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Fri, 7 Feb 2025 22:11:23 +0100 Subject: [PATCH] sqlite: update to 3.49.0 - https://sqlite.org/releaselog/3_48_0.html - https://sqlite.org/releaselog/3_49_0.html --- thirdparty/sqlite/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/sqlite/CMakeLists.txt b/thirdparty/sqlite/CMakeLists.txt index 187e66c3e..b818730b9 100644 --- a/thirdparty/sqlite/CMakeLists.txt +++ b/thirdparty/sqlite/CMakeLists.txt @@ -12,8 +12,8 @@ if(NOT MONOLIBTIC) endif() external_project( - DOWNLOAD URL f4a55c46043c8a9aecf0b07aa4a42f13 - https://sqlite.org/2024/sqlite-amalgamation-3470200.zip + DOWNLOAD URL cd3ab9d58238ebf5e9b18689181e2805 + https://sqlite.org/2025/sqlite-amalgamation-3490000.zip PATCH_OVERLAY overlay CMAKE_ARGS ${CMAKE_ARGS} BUILD_COMMAND ${BUILD_CMD}