Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Dec 9, 2024
1 parent 9551f7a commit 7d89bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ if(BUILD_TESTS)
facebook::velox::exec_test_lib
${VELOX_COMPONENTS_PATH}/exec/tests/utils/libvelox_exec_test_lib.a)
import_library(facebook::velox::cursor
${VELOX_COMPONENTS_PATH}/exec/tests/utils/libvelox_cursor.a)
${VELOX_COMPONENTS_PATH}/exec/libvelox_cursor.a)
target_link_libraries(
facebook::velox::exec_test_lib
INTERFACE facebook::velox::vector_test_lib
Expand Down

0 comments on commit 7d89bc2

Please sign in to comment.