mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
@@ -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