WillAyd commented on code in PR #47041:
URL: https://github.com/apache/arrow/pull/47041#discussion_r2279451824
##########
cpp/src/arrow/meson.build:
##########
@@ -293,7 +293,10 @@ if needs_csv
endif
if needs_json or needs_integration
- rapidjson_dep = dependency('rapidjson', include_type: 'system')
+ rapidjson_dep = dependency(
+ 'RapidJSON',
Review Comment:
@kou thanks for pointing out
https://github.com/apache/arrow/pull/47318#issuecomment-3186851513 - that was
really helpful. This should fix the issue
--
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]