Skip to content

Commit

Permalink
Fix the compile failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Jun 20, 2024
1 parent a68e0cf commit 59e0bae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ macro(ADD_VELOX_DEPENDENCIES)
add_velox_dependency(
dwio::dwrf::reader
"${VELOX_COMPONENTS_PATH}/dwio/dwrf/reader/libvelox_dwio_dwrf_reader.a")
add_velox_dependency(
dwio::orc::reader
"${VELOX_COMPONENTS_PATH}/dwio/orc/reader/libvelox_dwio_orc_reader.a")
add_velox_dependency(
dwio::dwrf::utils
"${VELOX_COMPONENTS_PATH}/dwio/dwrf/utils/libvelox_dwio_dwrf_utils.a")
Expand Down

0 comments on commit 59e0bae

Please sign in to comment.