Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed May 28, 2024
1 parent 2f0bb7c commit 307cbcf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CMake/VeloxUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ function(velox_compile_definitions TARGET)
endif()
endfunction()


function(velox_sources TARGET)
if(VELOX_MONO_LIBRARY)
target_sources(velox ${ARGN})
Expand Down
2 changes: 1 addition & 1 deletion velox/connectors/hive/storage_adapters/abfs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ velox_add_library(velox_abfs RegisterAbfsFileSystem.cpp)

if(VELOX_ENABLE_ABFS)
velox_sources(velox_abfs PRIVATE AbfsFileSystem.cpp AbfsUtils.cpp
AbfsWriteFile.cpp)
AbfsWriteFile.cpp)
velox_link_libraries(
velox_abfs
PUBLIC
Expand Down
2 changes: 1 addition & 1 deletion velox/connectors/hive/storage_adapters/hdfs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ velox_add_library(velox_hdfs RegisterHdfsFileSystem.cpp)

if(VELOX_ENABLE_HDFS)
velox_sources(velox_hdfs PRIVATE HdfsFileSystem.cpp HdfsReadFile.cpp
HdfsWriteFile.cpp)
HdfsWriteFile.cpp)
velox_link_libraries(velox_hdfs Folly::folly ${LIBHDFS3} xsimd)

if(${VELOX_BUILD_TESTING})
Expand Down

0 comments on commit 307cbcf

Please sign in to comment.