-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re: Add conan support #753
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #753 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 52 52
Lines 2526 2526
=======================================
Hits 2478 2478
Misses 48 48
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
@wx257osn2 Fixed the build errors caused on macOS. Please let me know when this PR gets ready. |
@ken-matsui IMO we should support conan v2, but it may be not necessarily to contains that in this PR. |
@wx257osn2 You do not have to care about V2 for now. This PR should focus on V1. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your time to work on this PR!
related: #684
This PR contains below:
"package" = {version = "...", registry = "conan-v1"}
syntax"package" = {version = "..."}
and"package" = {version = "...", registry = "poac"}
is same as"package" = "..."
See https://github.com/wx257osn2/poac-conan-demo for usage.