Commit c9371e7
fix: add platform link deps for Arrow bundled S3 libraries in CMake config
When iceberg-cpp is built with ICEBERG_S3=ON using vendored Arrow,
arrow_bundled_dependencies contains the AWS SDK C libraries which
depend on platform-specific system libraries (CoreFoundation, Security,
Network on macOS; winhttp, bcrypt, etc. on Windows). Without declaring
these as transitive dependencies on the IMPORTED target, downstream
consumers get unresolved symbols at link time.
This mirrors Arrow's own ArrowConfig.cmake.in handling of the same
issue for aws-c-common bundled dependencies.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 44df48d commit c9371e7
1 file changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
96 | 126 | | |
97 | 127 | | |
98 | 128 | | |
| |||
0 commit comments