WillAyd commented on code in PR #763: URL: https://github.com/apache/arrow-nanoarrow/pull/763#discussion_r2116443918
########## meson.build: ########## @@ -236,7 +240,7 @@ if get_option('tests').enabled() arrow_dep = dependency('arrow', include_type: 'system', required: false) if get_option('tests_with_arrow').enabled() and not arrow_dep.found() - error('tests_with_arrow=true but could not find Arrow') + warning('tests_with_arrow option enabled but could not find Arrow') Review Comment: I am working on adding Arrow upstream to the wrapdb, so hopefully we aren't too far out from making that easier to include in nanoarrow. See also https://github.com/mesonbuild/wrapdb/pull/2099 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org