Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Dec 3, 2024
1 parent 41dd6e7 commit 4f69737
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions velox/common/compression/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@ if(${VELOX_BUILD_TESTING})
add_subdirectory(tests)
endif()

velox_add_library(
velox_common_compression
Compression.cpp
LzoDecompressor.cpp
Lz4Compression.cpp
HadoopCompressionFormat.cpp)
velox_add_library(velox_common_compression Compression.cpp LzoDecompressor.cpp)
velox_link_libraries(
velox_common_compression
PUBLIC velox_status Folly::folly lz4::lz4
PUBLIC velox_status Folly::folly
PRIVATE velox_exception)

if(VELOX_ENABLE_COMPRESSION_LZ4)
Expand Down

0 comments on commit 4f69737

Please sign in to comment.