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).
This commit is contained in:
Even Rouault
2026-03-05 10:25:26 -05:00
committed by Brad King
parent f8ee57bb6d
commit a62b668802
+1 -1
View File
@@ -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)