aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-storage-blobs-cpp
diff options
context:
space:
mode:
authorAnton Kolesnyk <41349689+antkmsft@users.noreply.github.com>2021-04-23 17:23:13 +0000
committerGitHub <noreply@github.com>2021-04-23 10:23:13 -0700
commit8067f8a110485a90b3d4f24b2c6ca5676912f940 (patch)
tree460011bf64bfba4748b929cf18c8abc7d91609e2 /ports/azure-storage-blobs-cpp
parent684a000aac62cd28fffbfe03b428e91b1764519b (diff)
downloadvcpkg-8067f8a110485a90b3d4f24b2c6ca5676912f940.tar.gz
vcpkg-8067f8a110485a90b3d4f24b2c6ca5676912f940.zip
[azure-sdk-for-cpp] Upgrade vcpkg manifest files (#17447)
* [azure-sdk-for-cpp] Upgrade vcpkg manifest files * Update version files * vcpkg format-manifest * Update version files * Minor change to re-trigger CI * Undo that minor change * Bump up port-version * Update x-add-version * redo x-add-version without overwrite Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Diffstat (limited to 'ports/azure-storage-blobs-cpp')
-rw-r--r--ports/azure-storage-blobs-cpp/portfile.cmake6
-rw-r--r--ports/azure-storage-blobs-cpp/vcpkg.json17
2 files changed, 18 insertions, 5 deletions
diff --git a/ports/azure-storage-blobs-cpp/portfile.cmake b/ports/azure-storage-blobs-cpp/portfile.cmake
index db7e59e5e..ec51a0a12 100644
--- a/ports/azure-storage-blobs-cpp/portfile.cmake
+++ b/ports/azure-storage-blobs-cpp/portfile.cmake
@@ -5,15 +5,15 @@ vcpkg_from_github(
SHA512 d8afc221f8132fefd7a56cb0fb22549bce3b2b35bc532f43e0f37335f9cc46389028b51068813240f9b083c87b78a3007240cbaf37a5d9dd96b94e002fbc945f
)
-vcpkg_configure_cmake(
+vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-blobs/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)
-vcpkg_install_cmake()
+vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
-vcpkg_fixup_cmake_targets()
+vcpkg_cmake_config_fixup()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_copy_pdbs()
diff --git a/ports/azure-storage-blobs-cpp/vcpkg.json b/ports/azure-storage-blobs-cpp/vcpkg.json
index 913cbc0cc..e8e8bce70 100644
--- a/ports/azure-storage-blobs-cpp/vcpkg.json
+++ b/ports/azure-storage-blobs-cpp/vcpkg.json
@@ -1,12 +1,25 @@
{
"name": "azure-storage-blobs-cpp",
- "version-string": "12.0.0-beta.10",
+ "version-semver": "12.0.0-beta.10",
+ "port-version": 1,
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/storage/azure-storage-blobs",
+ "license": "MIT",
"dependencies": [
- "azure-storage-common-cpp"
+ {
+ "name": "azure-storage-common-cpp",
+ "default-features": false
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
]
}