diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-12-04 16:15:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-04 16:15:10 -0800 |
| commit | 87a908d7b18c6b16f9c145b664b090edecee338e (patch) | |
| tree | 6ec23c0d52d0287dfa350785714467b10697c413 /ports/aws-sdk-cpp/CONTROL | |
| parent | 09f0dc0a79f8075606f83b61492e814511b54d9f (diff) | |
| download | vcpkg-87a908d7b18c6b16f9c145b664b090edecee338e.tar.gz vcpkg-87a908d7b18c6b16f9c145b664b090edecee338e.zip | |
[aws-sdk-cpp] Add find_dependency to AWSSDKConfig.cmake and fix usage (#14936)
Diffstat (limited to 'ports/aws-sdk-cpp/CONTROL')
| -rw-r--r-- | ports/aws-sdk-cpp/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/aws-sdk-cpp/CONTROL b/ports/aws-sdk-cpp/CONTROL index 0492d09f8..1b46d7d36 100644 --- a/ports/aws-sdk-cpp/CONTROL +++ b/ports/aws-sdk-cpp/CONTROL @@ -1,9 +1,9 @@ Source: aws-sdk-cpp Version: 1.8.83 -Port-Version: 3 +Port-Version: 4 Homepage: https://github.com/aws/aws-sdk-cpp Description: AWS SDK for C++ -Build-Depends: openssl (!uwp&!windows), curl (!uwp&!windows), aws-c-event-stream +Build-Depends: openssl (!uwp&!windows), curl (!uwp&!windows), aws-c-event-stream, zlib Default-Features: dynamodb, s3, kinesis # Automatically generated by generateFeatures.ps1 |
