Skip to content

Commit

Permalink
Add a find_dependency(azure-identity-cpp).
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Feb 8, 2024
1 parent b6fcaa1 commit b79a945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/inputs/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if(NOT @BUILD_SHARED_LIBS@) # NOT BUILD_SHARED_LIBS
find_dependency(AWSSDK COMPONENTS @AWS_SERVICES@)
endif()
if(@TILEDB_AZURE@) # TILEDB_AZURE
find_dependency(azure-identity-cpp)
find_dependency(azure-storage-blobs-cpp)
endif()
if(@TILEDB_GCS@) # TILEDB_GCS
Expand Down

0 comments on commit b79a945

Please sign in to comment.