Skip to content

Commit

Permalink
Refine the code
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Dec 8, 2023
1 parent c4e652b commit 0e7d73b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ macro(ADD_VELOX_DEPENDENCIES)
if(BUILD_TESTS)
add_velox_dependency(exec::test "${VELOX_COMPONENTS_PATH}/exec/tests/utils/libvelox_exec_test_lib.a")
add_velox_dependency(temp::path "${VELOX_COMPONENTS_PATH}/exec/tests/utils/libvelox_temp_path.a")
add_velox_dependency(dwio::common::test::utils "${VELOX_COMPONENTS_PATH}/dwio/common/tests/utils/libvelox_dwio_common_test_utils.a")
endif()
if(BUILD_BENCHMARKS)
if(BUILD_TESTS OR BUILD_BENCHMARKS)
add_velox_dependency(dwio::common::test::utils "${VELOX_COMPONENTS_PATH}/dwio/common/tests/utils/libvelox_dwio_common_test_utils.a")
endif()
add_velox_dependency(exec "${VELOX_COMPONENTS_PATH}/exec/libvelox_exec.a")
Expand Down

0 comments on commit 0e7d73b

Please sign in to comment.