WillAyd commented on code in PR #47041:
URL: https://github.com/apache/arrow/pull/47041#discussion_r2275221929


##########
cpp/src/arrow/meson.build:
##########
@@ -293,7 +293,8 @@ if needs_csv
 endif
 
 if needs_json or needs_integration
-    rapidjson_dep = dependency('rapidjson', include_type: 'system')
+    rapidjson_proj = subproject('rapidjson')
+    rapidjson_dep = rapidjson_proj.get_variable('rapidjson_dep')

Review Comment:
   Yes that was the intent here. In theory we could do what you are looking for 
with the `version` argument of the `dependency` call, but I am not sure how 
that would work with RapidJSON given there haven't been any official releases 
in 9 years



-- 
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

Reply via email to