Skip to content

Commit

Permalink
build(cmake): Remove unused targets (#12045)
Browse files Browse the repository at this point in the history
Summary:
libarrow is used as a dependency that is not enabled. This is causing Prestissimo build to fail.

Pull Request resolved: #12045

Reviewed By: amitkdutta

Differential Revision: D67985734

Pulled By: kewang1024

fbshipit-source-id: 5481fa4ce12ddad02c0108f137cabad0c4462309
  • Loading branch information
majetideepak authored and facebook-github-bot committed Jan 9, 2025
1 parent ff943fd commit 02b0f03
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions velox/dwio/text/writer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,4 @@

velox_add_library(velox_dwio_text_writer TextWriter.cpp BufferedWriterSink.cpp)

velox_link_libraries(
velox_dwio_text_writer
velox_dwio_arrow_parquet_writer_lib
velox_dwio_arrow_parquet_writer_util_lib
velox_dwio_common
velox_arrow_bridge
arrow
fmt::fmt)
velox_link_libraries(velox_dwio_text_writer velox_dwio_common fmt::fmt)

0 comments on commit 02b0f03

Please sign in to comment.