Skip to content

Commit

Permalink
Fix azure ep log options after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Aug 12, 2023
1 parent 0cc6dbc commit 8be33b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5115,7 +5115,7 @@ macro(build_azuresdk)
"${AZURESDK_PREFIX}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}azure-storage-files-datalake${CMAKE_STATIC_LIBRARY_SUFFIX}"
)
externalproject_add(azuresdk_ep
${EP_LOG_OPTIONS}
${EP_COMMON_OPTIONS}
INSTALL_DIR ${AZURESDK_PREFIX}
URL ${ARROW_AZURESDK_URL}
URL_HASH "SHA256=${ARROW_AZURE_SDK_BUILD_SHA256_CHECKSUM}"
Expand Down

0 comments on commit 8be33b4

Please sign in to comment.