cyb70289 commented on code in PR #13958:
URL: https://github.com/apache/arrow/pull/13958#discussion_r953870449


##########
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:
   Not sure of the problem but looks inconvenient to maintain the list.
   Can we only support the latest version?
   Is it necessary to also update xsimd version in 
[thirdparty/version.txt](https://github.com/apache/arrow/blob/master/cpp/thirdparty/versions.txt#L96)?



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