From 6b7d5ae16bb665d669b8dcc37d87725c6ed5b750 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 16 Apr 2024 10:18:28 +0200 Subject: [PATCH] Update CMakeLists.txt Signed-off-by: mosfet80 --- sqlite3_vendor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite3_vendor/CMakeLists.txt b/sqlite3_vendor/CMakeLists.txt index 171f7f759..e077478b6 100644 --- a/sqlite3_vendor/CMakeLists.txt +++ b/sqlite3_vendor/CMakeLists.txt @@ -16,7 +16,7 @@ ament_vendor(sqlite3_vendor SATISFIED ${SQLite3_FOUND} VCS_TYPE zip VCS_URL https://www.sqlite.com/2024/sqlite-amalgamation-3450300.zip - VCS_VERSION ssqlite-amalgamation-3450300 + VCS_VERSION sqlite-amalgamation-3450300 CMAKE_ARGS ${CMAKE_ARGS} PATCHES patches )