WillAyd commented on code in PR #45596:
URL: https://github.com/apache/arrow/pull/45596#discussion_r1988246118
##########
cpp/src/arrow/meson.build:
##########
@@ -289,6 +370,63 @@ install_headers(
install_dir: 'arrow',
)
+if needs_tests
+ filesystem_dep = dependency(
+ 'boost',
+ modules: ['filesystem'],
Review Comment:
I don't believe we need that at the moment. If we do, I think we might need
to also have `filesystem_dep` and `system_dep` be separate dependencies rather
than included in one (unless we don't ever care to differentiate between them)
--
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]