raulcd commented on PR #50303:
URL: https://github.com/apache/arrow/pull/50303#issuecomment-4891367135

   The failures on Almalinux-8 and Amazon Linux 2023 are related. I think we've 
solved the same issue in the past with something like:
   ```
     if(CMAKE_VERSION VERSION_LESS 3.28)
       set_property(DIRECTORY ${xsimd_SOURCE_DIR} PROPERTY EXCLUDE_FROM_ALL 
TRUE)
     endif()
   ```
   See comment here:
   https://github.com/apache/arrow/pull/50006#discussion_r3289569358


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