Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsaka committed Feb 20, 2024
1 parent 8df27f5 commit ab3eccf
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions velox/connectors/hive/iceberg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ add_library(
velox_hive_iceberg_splitreader IcebergSplitReader.cpp IcebergSplit.cpp
PositionalDeleteFileReader.cpp)

target_link_libraries(
velox_hive_iceberg_splitreader
Folly::folly
gflags::gflags
glog::glog
gtest
gtest_main
xsimd)
target_link_libraries(velox_hive_iceberg_splitreader Folly::folly
gflags::gflags glog::glog xsimd)

add_subdirectory(tests)

0 comments on commit ab3eccf

Please sign in to comment.