James
James
> I was using latest tag from master branch which was 1.18.1. I see, that explains it, yes. > My company is planning recipe migration to 2.x due to 1.x...
Hi @scalpel4k Thanks for your question. > However, they are not getting installed into the generators folder of the target build folder. They don't need to be copied into the...
I am not fully sure if I understand the whole context, but maybe this helps: have you checked the example in https://docs.conan.io/2/examples/graph/tool_requires/use_cmake_modules.html? I think this is what you are trying...
Hi @scalpel4k Did the last comment help? Any further questions? Thanks for the feedback.
Thanks for the feedback. There might be some detail there that we are missing. It would be very important to be able to reproduce on our side. For that purpose,...
You can get it and fully reproduce with: ``` git clone https://github.com/memsharded/examples2 cd examples2 git checkout feature/graph_cmake_modules cd examples\graph\tool_requires\cmake_modules conan create myfunctions conan build consumer ``` Then you can from...
Hi @scalpel4k Did you try the above steps? Please let us know, thanks for the feedback.
> conan provider doesn't add CMAKE_TOOLCHAIN_FILE but at least it now properly detects compiler=emcc, compiler.threads=posix and arch=wasm64 There is a PR open here https://github.com/conan-io/cmake-conan/pull/712 for this
Hi @huysentr Have you had a look to this blog post? https://blog.conan.io/2024/02/20/Conan-2-graph-features.html I think it can help with your issue, it allows to replace any dependency in the graph with...
> this however triggers a rebuild of the packages Yes, this might be necessary, if you are changing one dependency for another, the binaries of the consumer packages might need...