Skip to content

Commit

Permalink
Remove extra parquet options altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Aug 26, 2024
1 parent 04d6e4f commit 556c2b5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cpp/cmake/thirdparty/get_arrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ function(find_and_configure_arrow VERSION BUILD_STATIC EXCLUDE_FROM_ALL ENABLE_P
set(ARROW_OPENSSL_USE_SHARED ON)
endif()

set(ARROW_PARQUET_OPTIONS "")
if(ENABLE_PARQUET)
# Arrow's logic to build Boost from source is busted, so we have to get it from the system.
list(APPEND ARROW_PARQUET_OPTIONS "BOOST_SOURCE SYSTEM")
list(APPEND ARROW_PARQUET_OPTIONS "Thrift_SOURCE BUNDLED")
list(APPEND ARROW_PARQUET_OPTIONS "ARROW_DEPENDENCY_SOURCE AUTO")
endif()

rapids_cpm_find(
Arrow ${VERSION}
GLOBAL_TARGETS arrow_shared parquet_shared arrow_acero_shared arrow_dataset_shared arrow_static
Expand All @@ -98,7 +90,6 @@ function(find_and_configure_arrow VERSION BUILD_STATIC EXCLUDE_FROM_ALL ENABLE_P
"ARROW_JEMALLOC OFF"
"ARROW_S3 OFF"
"ARROW_ORC OFF"
${ARROW_PARQUET_OPTIONS}
"ARROW_PARQUET ${ENABLE_PARQUET}"
"ARROW_FILESYSTEM ON"
"ARROW_PYTHON OFF"
Expand Down

0 comments on commit 556c2b5

Please sign in to comment.