From a62b668802a0a0666a9f5c4426c67c576b9072fa Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 5 Mar 2026 09:57:25 +0100 Subject: [PATCH] FindSQLite3: Update example to use new SQLite3::SQLite3 target This was missed in commit d4754c1a0c (FindSQLite3: Use package name as namespace, 2025-12-08, v4.3.0-rc1~368^2). --- Modules/FindSQLite3.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/FindSQLite3.cmake b/Modules/FindSQLite3.cmake index abc4eee6b5..f27a403996 100644 --- a/Modules/FindSQLite3.cmake +++ b/Modules/FindSQLite3.cmake @@ -69,7 +69,7 @@ Finding the SQLite library and linking it to a project target: .. code-block:: cmake find_package(SQLite3) - target_link_libraries(project_target PRIVATE SQLite::SQLite3) + target_link_libraries(project_target PRIVATE SQLite3::SQLite3) #]=======================================================================] cmake_policy(PUSH)