kou commented on PR #48765:
URL: https://github.com/apache/arrow/pull/48765#issuecomment-3726605712
Could you update the required version in CMake?
```diff
diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake
b/cpp/cmake_modules/ThirdpartyToolchain.cmake
index 0357ebae8c..9a8f0bcb9f 100644
--- a/cpp/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -2650,7 +2650,7 @@ if(ARROW_USE_XSIMD)
IS_RUNTIME_DEPENDENCY
FALSE
REQUIRED_VERSION
- "13.0.0")
+ "14.0.0")
if(xsimd_SOURCE STREQUAL "BUNDLED")
set(ARROW_XSIMD arrow::xsimd)
```
--
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]