kou commented on code in PR #47621:
URL: https://github.com/apache/arrow/pull/47621#discussion_r2371948354
##########
cpp/src/parquet/arrow/CMakeLists.txt:
##########
@@ -17,7 +17,10 @@
arrow_install_all_headers("parquet/arrow")
-if(ARROW_FUZZING)
+if(ARROW_FUZZING
+ OR (ARROW_BUILD_UTILITIES
Review Comment:
+1 for adding `ARROW_BUILD_FUZZING_UTILITIES`.
Can we use it at
https://github.com/apache/arrow/blob/37c87db36b5d076deba4ade73822270ccd0640ea/cpp/src/arrow/ipc/CMakeLists.txt#L73-L78
too?
--
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]