aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.98k stars 1.06k forks source link

Fix failure to call curl[c-ares] #2928

Closed jimwang118 closed 4 months ago

jimwang118 commented 7 months ago

Issue #, if available: After installing curl's feature c-ares on arm64-osx, there will be a problem that c-ares cannot be linked when installing aws-sdk-cpp[core,s3,transfer]. You can also refer to the specific questions of 36661. Description of changes: Modified the curl calling method, using the module mode of cmake to call curl. Check all that applies:

Check which platforms you have built SDK on to verify the correctness of this PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.