Merge topic 'sqlite3_example_update' into release-4.3

a62b668802 FindSQLite3: Update example to use new SQLite3::SQLite3 target

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !11775
This commit is contained in:
Brad King
2026-03-05 11:19:18 -05:00
committed by Kitware Robot
+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)