Commit b52568c
authored
build: install the public headers under iceberg/catalog (#927)
rest_catalog.h is installed and includes iceberg/catalog/session_catalog.h,
but the CMake build never installs the headers directly under
src/iceberg/catalog, so any downstream project that consumes the installed
package and uses the REST catalog fails to compile:
fatal error: iceberg/catalog/session_catalog.h: No such file or directory
The Meson build already installs these three headers; only CMake is missing
them, and every sibling directory (data, expression, manifest, ...) calls
iceberg_install_all_headers.1 parent 811d500 commit b52568c
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments