Commit dd57ef4
authored
[Backport 9.8] CMake: handle deprecated SQLite::SQLite3 target (#4694)
- CMake >= 4.3 deprecates the `SQLite::SQLite3` target (see [FindSQLite3.html](https://cmake.org/cmake/help/latest/module/FindSQLite3.html))
- using today's CMake 4.3.0-rc2, with Visual Studio, and PROJ master, gives the following warnings:
```
CMake Warning (dev) at src/lib_proj.cmake:596 (target_link_libraries):
The library that is being linked to, SQLite::SQLite3, is marked as being
deprecated by the owner. The message provided by the developer is:
The target name SQLite::SQLite3 is deprecated. Please use SQLite3::SQLite3
instead.
```1 parent d447c26 commit dd57ef4
3 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
243 | 248 | | |
244 | 249 | | |
245 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
596 | | - | |
| 596 | + | |
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments