vcpkg/ports/aws-sdk-cpp
jim wang 6b11f9746d
[aws-sdk-cpp] Fixed issue where curl and zlib cannot be found when using (#38861)
Fix issue in comment
[issuecomment](https://github.com/microsoft/vcpkg/pull/38215#issuecomment-2122692264).
```
CMake Error at /mnt/vcpkg/scripts/buildsystems/vcpkg.cmake:598 (_add_executable):
  Target "example" links to target "CURL::libcurl" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  CMakeLists.txt:11 (add_executable)
CMake Error at /mnt/vcpkg/scripts/buildsystems/vcpkg.cmake:598 (_add_executable):
  Target "example" links to target "ZLIB::ZLIB" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?
Call Stack (most recent call first):
  CMakeLists.txt:11 (add_executable)
```
Fixed the issue that curl and zlib cannot be found when calling s3
feature.

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~~SHA512s are updated for each updated download.~~
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.

Usage test pass with following triplets:

```
x64-windows
x64-linux
```
2024-05-29 01:43:10 -07:00
..
fix_find_curl.patch [aws-sdk-cpp] Fix failure to call curl[c-ares] (#38215) 2024-04-18 19:50:19 -04:00
fix-aws-root.patch
generateFeatures.ps1 [aws-sdk-cpp] Remove compute_build_only.cmake. (#34384) 2023-10-12 20:11:35 -07:00
lock-curl-http-and-tls-settings.patch [aws-sdk-cpp] Update AWS SDK for C++ and its dependencies (#29236) 2023-02-01 12:52:03 -08:00
patch-relocatable-rpath.patch [aws-sdk-cpp] update port to v1.11.37 (#30197) 2023-04-26 12:12:07 -07:00
portfile.cmake [aws-sdk-cpp] Fixed issue where curl and zlib cannot be found when using (#38861) 2024-05-29 01:43:10 -07:00
usage [aws-sdk-cpp] Remove compute_build_only.cmake. (#34384) 2023-10-12 20:11:35 -07:00
vcpkg.in.json [aws-sdk-cpp] Update features. (#35513) 2023-12-06 15:50:59 -08:00
vcpkg.json [aws-sdk-cpp] Fixed issue where curl and zlib cannot be found when using (#38861) 2024-05-29 01:43:10 -07:00