Commit e7f1d0f
authored
fix(cmake): require Parquet when using system Arrow (#541)
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 e7f1d0f
1 file changed
+3
-1
lines changed| 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