WillAyd commented on code in PR #45768:
URL: https://github.com/apache/arrow/pull/45768#discussion_r1994651922
##########
cpp/src/arrow/meson.build:
##########
@@ -371,25 +371,38 @@ install_headers(
)
if needs_tests
- filesystem_dep = dependency(
+ boost_dep = dependency(
'boost',
modules: ['filesystem'],
Review Comment:
Absolutely. I think what is on main is closer to that, so I'll update this
to reflect that. Each CMake target should be wrapped by Meson, so you can have
filesystem_dep, process_dep, etc... just like in the else branch
--
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]