Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit b34b433

Browse files
committed
update dependency
1 parent 9e97810 commit b34b433

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

cpp/src/cider-velox/src/CMakeLists.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@ set(VELOX_PLUGIN_SOURCES
2727

2828
add_library(velox_plugin ${VELOX_PLUGIN_SOURCES})
2929

30-
target_link_libraries(velox_plugin velox_substrait_convertor cider_static
31-
velox_plan_transformer velox_exec ${GLOG})
30+
target_link_libraries(
31+
velox_plugin
32+
velox_functions_spark
33+
velox_substrait_convertor
34+
cider_static
35+
velox_plan_transformer
36+
velox_exec
37+
${GLOG})
3238

3339
# install headers
3440
set(VELOX_PLUGIN_HEADERS CiderPlanNode.h CiderPlanNodeTranslator.h

0 commit comments

Comments
 (0)