Commit 9a691ec
committed
Add LLVM 21.1 to supported versions list
vcpkg installs LLVM 21.1.1 via the overlay, but the ARROW_LLVM_VERSIONS
list only went up to 19.1, causing CMake's FindLLVMAlt.cmake to reject
the installed LLVM as incompatible.
Use 21.1 (not just 21) to match CMake's version compatibility rules
which require MAJOR.MINOR format for proper matching.1 parent 5d7e239 commit 9a691ec
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
| |||
0 commit comments