James

Results 2692 comments of James

Hi @KUGA2 Thanks for your feedback. I have done https://github.com/conan-io/conan/pull/18075 to try to fix this. I think there were some (historical) reasons for this, but maybe it needs to be...

I have closed https://github.com/conan-io/conan/pull/18075, please read the comments there, this implies that this wouldn't be a bug, but aligned with the CMake behavior.

From https://github.com/conan-io/conan/pull/18075#issuecomment-2835524251 > FFR No2: You most likely, if you set CMAKE_SYSTEM_PROCESSOR and CMAKE_SYSTEM_NAME, also want to set CMAKE_SYSTEM_VERSION. It is not automatically set by cmake when in crosscompiling mode...

> Do you mean a separated PR with the example for meta yocto? Or using this integration section instead? Anyway, the idea sounds good of having a functional example. Most...

Thanks for the feedback @leha-bot I have moved this ticket to the ``docs`` repo. > VisualStudioBuildEnvironment - how is better to switch it? (found some potential relevant info here: https://github.com/conan-io/conan/issues/12188#issuecomment-1326758649)...

I agree this is not straightforward. Conan has a helper function called ``move_folder_contents()`` that we use in some tests, to help implementing this flow. The main challenge is that the...

Hi @andrea-masciotta-idsg Thanks for your question. I am moving this ticket to the docs repo, as this is more an issue of the documentation than an issue to solve in...

Are you aware of the ``local-recipes-index`` feature? https://docs.conan.io/2/devops/devops_local_recipes_index.html With this feature, the flow in that page will be even simpler. So something like: - Define a json file with only...

> Can you confirm? Yes, exactly :) > Do you suggest that we automate the merging of the updated from the public Conan index into our fork and then retrigger...

Hi @huysentr Not sure what is the issue with ``conan install --format=json > mygraph.json``. All the application messages in Conan 2 is directed to ``stderr``, so they don't interfere with...