James
James
Closing as staled, don't hesitate to open new tickets for any further question or issue, thanks for your feedback.
Hi @dheater Thanks for your suggestion. I think zig is great, and it could be great to have support for it in Conan. However we lack the necessary expertise for...
Hi @GavinNL If you are using CMake, sure, Conan can integrate with that, and you can use ``conan install`` to bring your dependencies. But do you need your dependencies to...
> I tried this using the Bullet physics library as a dependency, and it was able to build bullet and my application using the zig c++ compiler and static link...
Yes, that looks good. You should be able to easily verify it with a ``conan list "mypkg:*"`` for example, after building the package. Maybe a bit more specific ``user.myorg:custom_compiler`` to...
Hi @strimble25 Thanks for your question. This cmake-conan integration implemented with CMake dependency providers is targeted to the main use case for which CMake dependency providers was designed, regular library...
Hi @giovaorama Thanks for your contribution. This has already been fixed and merged to ``develop`` branch in https://github.com/conan-io/cmake-conan/pull/643, marking this as a duplicate. A release hasn't been done, because cmake-conan...
Hi @Mohawi Evolution of this layer is mostly driven by contributors, we don't have it planned, but if someone is willing to contribute support for new layers, that is very...
Hi @gouriano Can you please clarify the Conan version you are using? Also, please note that setting options in recipes is not the most recommended approach, but setting them in...
I think this is mostly an overlook of the recipe, using hyphens that if is is true that it is not strictly forbidden, it is inconvenient for this use case....