Skip to content

Commit

Permalink
Force xsimd_SOURCE to "AUTO"
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb70289 committed May 27, 2022
1 parent 8ba3bb6 commit 6db3a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2235,6 +2235,8 @@ endif()
set(ARROW_XSIMD_REQUIRED_VERSION "8.1.0")

if(ARROW_USE_XSIMD)
# Distros don't always provide up to date xsimd packages
set(xsimd_SOURCE "AUTO")
resolve_dependency(xsimd REQUIRED_VERSION ${ARROW_XSIMD_REQUIRED_VERSION})

if(xsimd_SOURCE STREQUAL "BUNDLED")
Expand Down

0 comments on commit 6db3a2e

Please sign in to comment.