Add HCOS to list of supported platforms#534
Add HCOS to list of supported platforms#534bwhitchurch wants to merge 1 commit intoconan-io:developfrom
Conversation
memsharded
left a comment
There was a problem hiding this comment.
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.