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

Commit

Permalink
Revert "update dependency"
Browse files Browse the repository at this point in the history
This reverts commit b34b433.
  • Loading branch information
jikunshang committed Apr 13, 2023
1 parent b34b433 commit 6f7e5b5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions cpp/src/cider-velox/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,8 @@ set(VELOX_PLUGIN_SOURCES

add_library(velox_plugin ${VELOX_PLUGIN_SOURCES})

target_link_libraries(
velox_plugin
velox_functions_spark
velox_substrait_convertor
cider_static
velox_plan_transformer
velox_exec
${GLOG})
target_link_libraries(velox_plugin velox_substrait_convertor cider_static
velox_plan_transformer velox_exec ${GLOG})

# install headers
set(VELOX_PLUGIN_HEADERS CiderPlanNode.h CiderPlanNodeTranslator.h
Expand Down

0 comments on commit 6f7e5b5

Please sign in to comment.