HaochengLIU opened a new pull request, #34765: URL: https://github.com/apache/arrow/pull/34765
### Rationale for this change On MacOS with arm chips, GTest must have CMake variable GTest_source set to "BUNDLE" otherwise the build will fail at the linking stage. Users must pass an extra flag when building projects. ### What changes are included in this PR? At CMake configuration time, explicitly Specify Gtest_source value automatically. ### Are these changes tested? Covered by Arrow github test worker. ### Are there any user-facing changes? Yes, now users can build arrow cpp source code without manually adding -DGTest_SOURCE="BUNDLED". * Closes: #14917 -- 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]
