-
Notifications
You must be signed in to change notification settings - Fork 252
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
Add HCOS to list of supported platforms #534
base: develop
Are you sure you want to change the base?
Conversation
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.
Adding changes here without adding them first to Conan default settings.yml
is useless, because Conan will reject it if not there.
To add a new OS the process is first sending it to Conan client. It really only makes sense if it is quite mainstream, otherwise, customizing your own settings.yml
would be enough.
Also, latest Conan is 2.0. This kind of support for new platforms should be targeted for Conan 2.0 directly, not for Conan 1.X (both for Conan client, and for the cmake-conan integration).
Thanks very much!
Okay, thank you very much. I had tried adding the entry to our local |
``Okay, thank you very much. I had tried adding the entry to our local settings.yml as an option under both os_build and os_target.```
|
So where should I add a new supported OS if entries under
because the |
It should be added to the
Yes, I am not saying that this wouldn't need an addition, but without adding it to Conan |
Hello,
I have been using conan and cmake to manage my builds and dependencies for projects targeting HCOS (honeycomb OS). I would like to add this name to the list of supported platforms.