Carlos Zoido
Carlos Zoido
Hi @smessmer, Thanks a lot for the feedback. I have been trying to reproduce your example (using gcc7, inside conanio/gcc7 docker image) but it works fine for me for both...
Hi @smessmer, Now I have been able to reproduce the issue, as said in [the comments in the other issue](https://github.com/conan-io/conan/issues/7264#issuecomment-651107547) there's not much that can be done here in the...
Hi @MuhKuh7, Could you provide a minimal reproducible example so we can check?
Hi @axoloto, If you want to cross-compile that profile with arch_build and os_build won't work in cmake-conan. I would recommend you to skip the autodetect step and explicitly pass the...
Hi @mustafakemalgilor, Thanks a lot for reporting and the PR, we will add the fix for the next release.
Hi, Yes, there will be probably cases that will escape to the conan.cmake auto-detection but I think that for more specific cases the architecture should be passed as an argument...
> That said, this is just me making notes on the issue in a public place. I'm not trying to demand someone else fix it for me - if I...
Hi @stephan-cr, Thanks a lot for the contribution. The duplicated include is ok, it is supposed to include the downloaded `conan.cmake` in case someone uncomments that block of code. If...
Hi @aminya, Could you please give me more details on the use case? Thanks a lot.
Hi @Cheaterman, Setting a parallel building is not responsability of the Conan generator. That's something you set when invoking the build with CMake like `cmake --build -- -j4` to pass...