Skip to content

Commit

Permalink
apacheGH-45568: [C++][Parquet][CMake] Enable zlib automatically when …
Browse files Browse the repository at this point in the history
…Thrift is needed
  • Loading branch information
kou committed Feb 19, 2025
1 parent ec3d283 commit 9ac36a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -386,14 +386,14 @@ if(ARROW_WITH_OPENTELEMETRY)
set(ARROW_WITH_PROTOBUF ON)
endif()

if(ARROW_THRIFT)
set(ARROW_WITH_ZLIB ON)
endif()

if(ARROW_PARQUET)
set(ARROW_WITH_THRIFT ON)
endif()

if(ARROW_WITH_THRIFT)
set(ARROW_WITH_ZLIB ON)
endif()

if(ARROW_FLIGHT)
set(ARROW_WITH_GRPC ON)
endif()
Expand Down

0 comments on commit 9ac36a6

Please sign in to comment.