Skip to content

Commit

Permalink
Fix vcpkg compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Nov 6, 2024
1 parent f8bcd04 commit e4aaf14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ if(ENABLE_HDFS)
add_definitions(-DENABLE_HDFS)
endif()


macro(find_libhdfs3)
find_package(libhdfs3 CONFIG)
if(libhdfs3_FOUND AND TARGET HDFS::hdfs3)
Expand Down
2 changes: 1 addition & 1 deletion dev/vcpkg/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fi
if [ "$ENABLE_GCS" = "ON" ]; then
EXTRA_FEATURES+="--x-feature=velox-gcs "
fi
if [ "$ENABLE_HDFS" = "ON" ]; then
if [ "$ENABLE_HDFS3" = "ON" ]; then
EXTRA_FEATURES+="--x-feature=velox-hdfs "
fi
if [ "$ENABLE_ABFS" = "ON" ]; then
Expand Down

0 comments on commit e4aaf14

Please sign in to comment.