Skip to content

Commit

Permalink
add missing link to simdjson
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Sep 4, 2024
1 parent 9ac8be2 commit d179be0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion velox/common/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ velox_add_library(
velox_link_libraries(
velox_common_base
PUBLIC velox_exception Folly::folly fmt::fmt xsimd
PRIVATE velox_common_compression velox_process velox_test_util glog::glog)
PRIVATE
velox_common_compression
velox_process
velox_test_util
glog::glog
simdjson::simdjson)

if(${VELOX_BUILD_TESTING})
add_subdirectory(tests)
Expand Down

0 comments on commit d179be0

Please sign in to comment.