From 2c7abf837788855bb744b42a89cfbddb2efbcf84 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Mon, 3 Apr 2023 21:55:09 -0500 Subject: [PATCH] Add curl dependency for azure (#4018) Add curl dependency for azure-storage-cpplite port --- TYPE: IMPROVEMENT DESC: Add curl dependency for azure-storage-cpplite port --- ports/azure-storage-cpplite/vcpkg.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ports/azure-storage-cpplite/vcpkg.json b/ports/azure-storage-cpplite/vcpkg.json index 756db4261ae..8e3c297c73d 100644 --- a/ports/azure-storage-cpplite/vcpkg.json +++ b/ports/azure-storage-cpplite/vcpkg.json @@ -6,5 +6,8 @@ "[legacy] Microsoft Azure Storage Client SDK for C++", "A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client." ], - "homepage": "https://blogs.msdn.com/b/windowsazurestorage/" + "homepage": "https://blogs.msdn.com/b/windowsazurestorage/", + "dependencies": [ + "curl" + ] }