wgtmac opened a new issue, #46231:
URL: https://github.com/apache/arrow/issues/46231

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   `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.
   
   ### Component(s)
   
   C++, Packaging


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to