Commit 8cf694d
committed
CMake: require Parquet when using system Arrow
When using system Arrow, ensure Parquet is also discovered so
Parquet::parquet_* targets are available for iceberg_bundle
linking. This restores find_package(Parquet) and adds Parquet
to ICEBERG_SYSTEM_DEPENDENCIES to avoid missing target errors.1 parent c46b38e commit 8cf694d
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| |||
0 commit comments