Skip to content

Commit fb48774

Browse files
Lu Niufacebook-github-bot
Lu Niu
authored andcommitted
Set required simdjson version to be 3.2.0 (facebookincubator#8837)
Summary: Fixes facebookincubator#8836 Pull Request resolved: facebookincubator#8837 Reviewed By: mbasmanova Differential Revision: D54236265 Pulled By: kgpai fbshipit-source-id: 4ea42660147be27e06acf13399525439075c1233
1 parent 6e18c05 commit fb48774

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMake/resolve_dependency_modules/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ by Velox. See details on bundling below.
3131
| xsimd | 10.0.0 | Yes |
3232
| re2 | 2021-04-01 | Yes |
3333
| fmt | 10.1.1 | Yes |
34+
| simdjson | 3.2.0 | Yes |
3435
| folly | v2023.12.04.00 | Yes |
3536
| fizz | v2023.12.04.00 | No |
3637
| wangle | v2023.12.04.00 | No |

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ if(${VELOX_BUILD_PYTHON_PACKAGE})
456456
endif()
457457

458458
set_source(simdjson)
459-
resolve_dependency(simdjson)
459+
resolve_dependency(simdjson 3.2.0)
460460

461461
# Locate or build folly.
462462
add_compile_definitions(FOLLY_HAVE_INT128_T=1)

0 commit comments

Comments
 (0)