Skip to content

Commit 0477c1c

Browse files
xiaoxmengmeta-codesync[bot]
authored andcommitted
fix: Fix velox exec cmake (facebookincubator#15048)
Summary: Pull Request resolved: facebookincubator#15048 Reviewed By: amitkdutta, gggrace14 Differential Revision: D83918616 fbshipit-source-id: c07e9fd6c131afa42c9308a9769964db8c122596
1 parent 9b1507c commit 0477c1c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

velox/exec/CMakeLists.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,17 @@ velox_add_library(
108108

109109
velox_link_libraries(
110110
velox_exec
111-
velox_file
111+
velox_arrow_bridge
112+
velox_common_base
113+
velox_common_compression
112114
velox_core
113-
velox_vector
114115
velox_connector
115116
velox_expression
117+
velox_file
118+
velox_presto_serializer
116119
velox_time
117-
velox_common_base
118120
velox_test_util
119-
velox_arrow_bridge
120-
velox_common_compression
121+
velox_vector
121122
)
122123

123124
velox_add_library(velox_cursor Cursor.cpp)

0 commit comments

Comments
 (0)