diff --git a/velox/connectors/hive/iceberg/CMakeLists.txt b/velox/connectors/hive/iceberg/CMakeLists.txt index 6bb02cb38478..36e5725ba0d3 100644 --- a/velox/connectors/hive/iceberg/CMakeLists.txt +++ b/velox/connectors/hive/iceberg/CMakeLists.txt @@ -43,6 +43,13 @@ velox_link_libraries( Folly::folly ) +if(VELOX_ENABLE_PARQUET) + velox_link_libraries( + velox_hive_iceberg_splitreader + velox_dwio_parquet_writer + ) +endif() + if(${VELOX_BUILD_TESTING}) add_subdirectory(tests) endif()