kou commented on code in PR #45797:
URL: https://github.com/apache/arrow/pull/45797#discussion_r1997461232
##########
cpp/src/arrow/meson.build:
##########
@@ -238,11 +238,7 @@ if needs_integration or needs_tests
}
endif
-if needs_json
- rapidjson_dep = dependency('rapidjson', include_type: 'system')
-else
- rapidjson_dep = disabler()
-endif
+rapidjson_dep = dependency('rapidjson', include_type: 'system')
Review Comment:
OK. Then can we use `if needs_json or needs_integration` instead of removing
this condition?
--
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]