mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 12:18:27 +08:00
Remove lingering artifacts from the beta release of the azure-security-keyvault-common-cpp as it is no longer necessary. (#22491)
* Remove the beta release of the azure-security-keyvault-common-cpp as it is no longer necessary. * revert delete operator, set this port as depreciate * format, version * Update versions/a-/azure-security-keyvault-common-cpp.json * Revert "Update versions/a-/azure-security-keyvault-common-cpp.json" This reverts commit 8b9e666f8e02943e681cf572f42278df15792334. * Revert "format, version" This reverts commit bb7d882f129efc11d3ce9d2de38bf3ad31760f90. * Revert "revert delete operator, set this port as depreciate" This reverts commit 8916a559d6e7e9ec6d8421fa6e1cff1a8a70fa96. * Add back the old versions file for keyvault-common. Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
This commit is contained in:
parent
4184491f07
commit
fd30db7298
@ -1,19 +0,0 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-security-keyvault-common_4.0.0-beta.3
|
||||
SHA512 bdd5b59b8e1e53cde8df9b38881e067328e9b434cbf80cf63b2a0ef17e9e30c7b42c7439bb4ea47c412a566478c44364618b918af8139765d789101549f6062e
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH ${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-common/
|
||||
PREFER_NINJA
|
||||
OPTIONS
|
||||
-DWARNINGS_AS_ERRORS=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
vcpkg_cmake_config_fixup()
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
vcpkg_copy_pdbs()
|
@ -1,24 +0,0 @@
|
||||
{
|
||||
"name": "azure-security-keyvault-common-cpp",
|
||||
"version-semver": "4.0.0-beta.3",
|
||||
"description": [
|
||||
"Microsoft Azure Common Key Vault SDK for C++",
|
||||
"This library provides common Azure Key Vault related abstractions for Azure SDK."
|
||||
],
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/keyvault/azure-security-keyvault-common",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
@ -340,10 +340,6 @@
|
||||
"baseline": "4.0.0-beta.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-security-keyvault-common-cpp": {
|
||||
"baseline": "4.0.0-beta.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-security-keyvault-keys-cpp": {
|
||||
"baseline": "4.2.0",
|
||||
"port-version": 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user