pitrou commented on code in PR #13958: URL: https://github.com/apache/arrow/pull/13958#discussion_r953883165
########## cpp/cmake_modules/ThirdpartyToolchain.cmake: ########## @@ -2253,7 +2279,7 @@ else() endif() if(ARROW_USE_XSIMD) - resolve_dependency(xsimd REQUIRED_VERSION "8.1.0") + resolve_dependency(xsimd REQUIRED_VERSIONS "9.0.0" "8.1.0") Review Comment: Or can we support by default all versions above 8.1.0? If xsimd breaks compatibility, we can perhaps revisit. -- 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]
