mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
As we (hopefully) move toward a CPS world, it is helpful for imported targets to use the package name as the namespace (as required by CPS). Modify FindSQLite3 to do so. The old name is retained for compatibility.
6 lines
143 B
ReStructuredText
6 lines
143 B
ReStructuredText
FindSQLite3-namespace
|
|
---------------------
|
|
|
|
* The :module:`FindSQLite3` module now provides imported
|
|
targets with the ``SQLite3::`` prefix.
|