Skip to content

Commit

Permalink
Update openssl resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Aug 14, 2023
1 parent dcfc8cc commit 1ba0fa4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1382,6 +1382,7 @@ endif()
set(ARROW_OPENSSL_REQUIRED_VERSION "1.0.2")
set(ARROW_USE_OPENSSL OFF)
if(PARQUET_REQUIRE_ENCRYPTION
OR ARROW_AZURE
OR ARROW_FLIGHT
OR ARROW_GANDIVA
OR ARROW_GCS
Expand Down Expand Up @@ -5063,11 +5064,6 @@ macro(build_azure_sdk)
find_curl()
find_package(LibXml2 REQUIRED)
add_custom_target(azure_sdk_dependencies)

if(NOT OpenSSL_FOUND)
resolve_dependency(OpenSSL HAVE_ALT REQUIRED_VERSION
${ARROW_OPENSSL_REQUIRED_VERSION})
endif()

set(AZURESDK_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/azuresdk_ep-install")
set(AZURESDK_INCLUDE_DIR "${AZURESDK_PREFIX}/include")
Expand Down

0 comments on commit 1ba0fa4

Please sign in to comment.