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

Commit 6f7e5b5

Browse files
committed
Revert "update dependency"
This reverts commit b34b433.
1 parent b34b433 commit 6f7e5b5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

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

2828
add_library(velox_plugin ${VELOX_PLUGIN_SOURCES})
2929

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})
30+
target_link_libraries(velox_plugin velox_substrait_convertor cider_static
31+
velox_plan_transformer velox_exec ${GLOG})
3832

3933
# install headers
4034
set(VELOX_PLUGIN_HEADERS CiderPlanNode.h CiderPlanNodeTranslator.h

0 commit comments

Comments
 (0)