Suppress confusing TLS provider warnings (#183)#184
Suppress confusing TLS provider warnings (#183)#184sgerbino merged 1 commit intocppalliance:developfrom
Conversation
find_package for optional TLS providers (OpenSSL, WolfSSL) produced alarming "Could NOT find" messages that made them appear required. Use QUIET and print a status message only when found.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
An automated preview of the documentation is available at https://184.corosio.prtest3.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-03-02 19:01:05 UTC |
|
GCOVR code coverage report https://184.corosio.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-03-02 19:08:37 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #184 +/- ##
===========================================
+ Coverage 76.45% 76.48% +0.02%
===========================================
Files 101 101
Lines 10552 10593 +41
Branches 2389 2389
===========================================
+ Hits 8068 8102 +34
- Misses 1762 1771 +9
+ Partials 722 720 -2
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
find_package for optional TLS providers (OpenSSL, WolfSSL) produced alarming "Could NOT find" messages that made them appear required. Use QUIET and print a status message only when found.
Related to #183.
Summary by CodeRabbit