nanomsg / nng

nanomsg-next-generation -- light-weight brokerless messaging
https://nng.nanomsg.org
MIT License
3.63k stars 472 forks source link

build: Mbed TLS should use MBEDTLS_ROOT first. #1785

Closed gdamore closed 4 months ago

gdamore commented 4 months ago

The old MBEDTLS_ROOT_DIR is still honored for legacy compat, but the version 4.3 find script won't use it by default.

fixes #

Note that the above format should be used in your git commit comments. You agree that by submitting a PR, you have read and agreed to our contributing guidelines.
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.16%. Comparing base (6a403d0) to head (380799e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1785 +/- ## ========================================== + Coverage 79.06% 79.16% +0.09% ========================================== Files 94 94 Lines 21077 21077 ========================================== + Hits 16665 16686 +21 + Misses 4412 4391 -21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.