Luis Caro Campos
Luis Caro Campos
Hi @fancygit - Presumably it's this following line in the Boost `conanfile.py`: https://github.com/conan-io/conan-center-index/blob/master/recipes/boost/all/conanfile.py#L2 I have tried to reproduce this on Conan 1.48.0, but I get no issues running: ``` from...
Hi @fancygit - thanks for confirming your version of Conan and updated to a more recent version. Would you mind trying again? There was an issue with a recent update...
Hi @paulharris - thanks for bringing this very interesting issue to our attention. The `CMAKE_INSTALL*` variables typically used in `install()` directives are not initialised by default, the project is expected...
Hi @smoofra - thanks for raising the issue and for using the new build and host profile conventions in conan, and for making a repository available where it was easy...
Hi @smoofra - any luck with the proposed solution? Please let us know if we can provide further assistance.
Hi @kambala-decapitator - using the newer autotools integration (dos [here](https://docs.conan.io/en/latest/reference/conanfile/tools/gnu/autotools.html)) I can see this works correctly when cross-compiling using two profiles. Will be closing this issue, but please feel free...
Hi @dyscalculia94 thanks for reporting this issue and for pasting the logs. It would appear that your dependency graph is resolved and the recipe references are correctly found and retrieved...
> Why is that though? conan could easily set the correct compilers in the toolchain file or the CMake preset to make sure that everything fits together. Conan knows which...
Hi @radonish - thanks for raising this question. You're on the right track: when you are _cross_ building a project that has dependencies, any _executable_ that needs to be executed...
Hi @mpusz - I've had a chance to test things out on this branch as I prepare to continue experiments with C++ module packaging. A few comments: * The `MP_UNITS_BUILD_MODULES`...