Commit 8e61cdd
authored
### Rationale for this change
`arrow_bundled_dependencies` is an IMPORTED library which links to `arrow_bundled_dependencies_merge`. When arrow-cpp is used externally as a third-party dependency via CMake `FetchContent`, target `arrow_bundled_dependencies` is not accessible by the parent project (but `arrow_bundled_dependencies_merge` is). It is difficult for the parent project to locate the built product of `arrow_bundled_dependencies_merge` and install it.
### What changes are included in this PR?
Change `IMPORTED` library `arrow_bundled_dependencies` to be `GLOBAL`.
### Are these changes tested?
- Pass all CIs.
- Verified to work by apache/iceberg-cpp#89
### Are there any user-facing changes?
I don't think so.
* GitHub Issue: #46231
Authored-by: Gang Wu <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 6e84d99 commit 8e61cdd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments