Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jul 24, 2024
1 parent 0b17e6e commit 7f1ca46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ macro(ADD_VELOX_DEPENDENCIES)

add_velox_dependency(
tpch::gen "${VELOX_COMPONENTS_PATH}/tpch/gen/libvelox_tpch_gen.a")
add_velox_dependency(
dbgen "${VELOX_COMPONENTS_PATH}/tpch/gen/dbgen/libdbgen.a")
add_velox_dependency(dbgen
"${VELOX_COMPONENTS_PATH}/tpch/gen/dbgen/libdbgen.a")
endif()

add_velox_dependency(
Expand Down

0 comments on commit 7f1ca46

Please sign in to comment.