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


##########
cpp/meson.options:
##########
@@ -29,6 +36,20 @@ option(
     value: false,
 )
 
+option(
+    'filesystem',
+    type: 'boolean',
+    description: 'Build the Arrow Filesystem Layer',
+    value: false,
+)
+
+option(
+    'gcs',
+    type: 'boolean',
+    description: 'Build Arrow with GCS support (requires the GCloud SDK for 
C++)',

Review Comment:
   No problem - do you want me to update `DefineOptions.cmake` with the new 
description as well?



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