mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user