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 7d89bc2 commit 0114d73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,12 @@ if(BUILD_TESTS)
import_library(
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/libvelox_cursor.a)
target_link_libraries(
facebook::velox::exec_test_lib
INTERFACE facebook::velox::vector_test_lib
facebook::velox::dwio_common_test
facebook::velox::file_test_utils facebook::velox::temp_path)
target_link_libraries(velox PUBLIC facebook::velox::exec_test_lib)
target_link_libraries(velox PUBLIC facebook::velox::cursor)
endif()

target_link_libraries(velox PUBLIC facebook::velox)
Expand Down

0 comments on commit 0114d73

Please sign in to comment.