Skip to content

Commit d271e50

Browse files
authored
GH-47753: [C++][Parquet] Build Thrift with OpenSSL disabled (#47754)
### Rationale for this change The Thrift build chain enables OpenSSL support by default, but we don't need it. ### Are these changes tested? Yes, by existing CI builds. ### Are there any user-facing changes? No. * GitHub Issue: #47753 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent fcf3b4b commit d271e50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,7 @@ function(build_thrift)
17841784
endif()
17851785
endif()
17861786
set(WITH_NODEJS OFF)
1787+
set(WITH_OPENSSL OFF)
17871788
set(WITH_PYTHON OFF)
17881789
set(WITH_QT5 OFF)
17891790
set(WITH_ZLIB OFF)

0 commit comments

Comments
 (0)