Commit e1250f2
authored
chore(ci): fix missing SQLite3::SQLite3 target in cpp-static-test (#4276)
In e44eea5 I changed the SQLite3 target
for newer cmake but I also needed to update cpp-static-test to handle
it. The call to `find_depdencny_sqlite(SQLite3)` in
`AdbcDriverSQLiteConfig.cmake` creates the now-deprecated
SQLite::SQLite3 target so an alias is needed.
See failing CI:
https://github.com/apache/arrow-adbc/actions/runs/25006855596/job/73231969203?pr=42731 parent 74ddd3c commit e1250f2
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
0 commit comments