pitrou commented on code in PR #13958: URL: https://github.com/apache/arrow/pull/13958#discussion_r953454396
########## 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: Do we have to maintain this list manually in the future? What do you think @cyb70289 ? -- 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]
