aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.91k stars 1.04k forks source link

Call `find_dependency(CURL)` if the Curl client is enabled. #2974

Open teo-tsirpanis opened 1 month ago

teo-tsirpanis commented 1 month ago

Description of changes:

This PR updates the exported config file to call find_dependency(CURL) if the Curl client had been enabled when building the SDK.

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.

jmklix commented 16 hours ago

Why exactly do you need this added to the cofig file? This looks like an ok change, but we want to make sure we understand what your use case is