Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Feb 23, 2024
1 parent b3df50a commit 484eee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ep/build-velox/src/modify_velox.patch
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ index 82fed089f..91e4cc0df 100644
# This is a bit convoluted, but we want to be able to use gflags::gflags as a
# target even when velox is built as a subproject which uses
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
index ce4c24dbe..0f1f77ba6 100644
index ce4c24dbe..785a2acc6 100644
--- a/third_party/CMakeLists.txt
+++ b/third_party/CMakeLists.txt
@@ -26,7 +26,8 @@ if(VELOX_ENABLE_ARROW)
@@ -26,7 +26,9 @@ if(VELOX_ENABLE_ARROW)
endif()
set(ARROW_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/arrow_ep")
set(ARROW_CMAKE_ARGS
Expand All @@ -83,7 +83,7 @@ index ce4c24dbe..0f1f77ba6 100644
-DARROW_WITH_THRIFT=ON
-DARROW_WITH_LZ4=ON
-DARROW_WITH_SNAPPY=ON
@@ -69,6 +70,7 @@ if(VELOX_ENABLE_ARROW)
@@ -69,6 +71,7 @@ if(VELOX_ENABLE_ARROW)
arrow_ep
PREFIX ${ARROW_PREFIX}
URL ${VELOX_ARROW_SOURCE_URL}
Expand Down

0 comments on commit 484eee2

Please sign in to comment.