Skip to content

Commit

Permalink
Refine
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Aug 6, 2024
1 parent 55223b1 commit a1d7ad0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,22 +316,16 @@ if(BUILD_TESTS)
"${VELOX_COMPONENTS_PATH}/exec/tests/utils/libvelox_exec_test_lib.a")
target_link_libraries(
facebook::velox::test
INTERFACE facebook::velox facebook::velox::vector_test
INTERFACE facebook::velox::vector_test
facebook::velox::dwio_common_test facebook::velox::file_test
facebook::velox::temp_path)

target_link_libraries(velox PUBLIC facebook::velox::test)
else()
target_link_libraries(velox PUBLIC facebook::velox)
endif()

target_link_libraries(velox PUBLIC facebook::velox)

if(BUILD_TESTS)
# add_velox_dependency( exec::test
# "${VELOX_COMPONENTS_PATH}/exec/tests/utils/libvelox_exec_test_lib.a")
# add_velox_dependency( parse::parser
# "${VELOX_COMPONENTS_PATH}/parse/libvelox_parse_parser.a")
# add_velox_dependency( duckdb::parser
# "${VELOX_COMPONENTS_PATH}/duckdb/conversion/libvelox_duckdb_parser.a")
add_duckdb()
endif()

Expand Down

0 comments on commit a1d7ad0

Please sign in to comment.