Skip to content

Commit

Permalink
Require azure-core >= 1.10.2 in FindAzure.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Aug 26, 2023
1 parent 1ef88c8 commit 6398a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/FindAzure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ find_package_handle_standard_args(
azure-storage-blobs-cpp_FOUND
azure-storage-common-cpp_FOUND
azure-storage-files-datalake-cpp_FOUND
VERSION_VAR azure-storage-files-datalake-cpp_VERSION)
VERSION_VAR azure-core-cpp_VERSION)
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5109,7 +5109,7 @@ function(build_azure_sdk)
endfunction()

if(ARROW_WITH_AZURE_SDK)
resolve_dependency(Azure)
resolve_dependency(Azure REQUIRED_VERSION 1.10.2)
set(AZURE_SDK_LINK_LIBRARIES
Azure::azure-storage-files-datalake
Azure::azure-storage-common
Expand Down

0 comments on commit 6398a65

Please sign in to comment.