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


##########
cpp/meson.options:
##########
@@ -36,11 +36,18 @@ option(
     value: false,
 )
 
+option(
+    'integration',
+    type: 'boolean',
+    description: 'Build the Arrow integration test executables',
+    value: false,
+)
+
 option(
     'ipc',
     type: 'boolean',
     description: 'Build the Arrow IPC extensions',
-    value: false,
+    value: true,

Review Comment:
   Errr...actually this is intentional. It looks like `ARROW_IPC` is `ON` by 
default in the CMake configuration. I can split this off into a separate PR if 
needed though



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

Reply via email to