vcpkg/ports/azure-storage-files-shares-cpp/portfile.cmake
Azure SDK Bot 5fee480e66
[Azure Storage] Update to May Release (#31345)
* [azure-storage-common-cpp] Update to 12.3.2
## 12.3.2 (2023-05-09)

### Features Added

- Bumped up Account SAS version to `2022-11-02`.

* [azure-storage-files-datalake-cpp] Update to 12.6.0
## 12.6.0 (2023-05-09)

- New features in `12.6.0-beta.1` are now generally available.

* [azure-storage-files-shares-cpp] Update to 12.5.0
## 12.5.0 (2023-05-09)

### Features Added

- New features in `12.5.0-beta.1` are now generally available.

### Bugs Fixed

- Fixed a bug where `ShareFileClient::ListHandles` and `ShareDirectoryClient::ListHandles` always return empty list.
2023-05-13 09:45:45 -07:00

19 lines
618 B
CMake

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-files-shares_12.5.0
SHA512 e56a3af0df71f9887248fdf48274345b236a56a7556235d1c3bab61668fee0c1163e86339c080166445c6b66dfbbba1938204592ca6f6a2b232303836317d7f6
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}/sdk/storage/azure-storage-files-shares/"
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()