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 7f1ca46 commit 8f8b93a
Showing 1 changed file with 16 additions and 24 deletions.
40 changes: 16 additions & 24 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,30 +234,22 @@ macro(ADD_VELOX_DEPENDENCIES)
connector::hive::iceberg::IcebergSplitReader
"${VELOX_COMPONENTS_PATH}/connectors/hive/iceberg/libvelox_hive_iceberg_splitreader.a"
)
if(ENABLE_HDFS)
add_velox_dependency(
connector::hive::hdfs
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/hdfs/libvelox_hdfs.a"
)
endif()
if(ENABLE_GCS)
add_velox_dependency(
connector::hive::gcs
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/gcs/libvelox_gcs.a"
)
endif()
if(ENABLE_S3)
add_velox_dependency(
connector::hive::s3fs
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/s3fs/libvelox_s3fs.a"
)
endif()
if(ENABLE_ABFS)
add_velox_dependency(
connector::hive::abfs
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/abfs/libvelox_abfs.a"
)
endif()
add_velox_dependency(
connector::hive::hdfs
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/hdfs/libvelox_hdfs.a"
)
add_velox_dependency(
connector::hive::gcs
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/gcs/libvelox_gcs.a"
)
add_velox_dependency(
connector::hive::s3fs
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/s3fs/libvelox_s3fs.a"
)
add_velox_dependency(
connector::hive::abfs
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/abfs/libvelox_abfs.a"
)
add_velox_dependency(
dwio::dwrf::writer
"${VELOX_COMPONENTS_PATH}/dwio/dwrf/writer/libvelox_dwio_dwrf_writer.a")
Expand Down

0 comments on commit 8f8b93a

Please sign in to comment.