kevingurney commented on PR #37483: URL: https://github.com/apache/arrow/pull/37483#issuecomment-1701670051
It seems like this is some kind of `rpath`-related issue on macOS. There is an [`rpath` warning in the build logs](https://github.com/apache/arrow/actions/runs/6033389163/job/16371275244?pr=37483#step:9:572): ```shell CMake Warning (dev): Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake --help-policy CMP0042" for policy details. Use the cmake_policy command to set the policy and suppress this warning. MACOSX_RPATH is not specified for the following targets: gmock gmock_main gtest gtest_main ``` -- 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]
