aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
978 stars 625 forks source link

Change OpenSSL libraries dependency to PUBLIC #1762

Closed yiting16 closed 2 years ago

yiting16 commented 2 years ago

Issue #1761

Description of changes: As described in issue #1761, the failing case should be caused by a CMake bug, and with the latest version it is still not fixed, hence let's apply the workaround by moving OpenSSL libraries from PRIVATE to PUBLIC for openssl_posix target.

Fixes: https://github.com/aws/aws-iot-device-sdk-embedded-C/issues/1761

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

aggarg commented 2 years ago

Thank you for your contribution.