Roland

Results 18 comments of Roland

Thanks. This does work and I I'll use it. However it means my recipe now has adapations that is only needed in the special case of supplying a toolchain from...

I tried that but get some nasty conflicts - I think in many advanced cases you want to have complete control of the toolchain file, as in our case.

Thanks for taking the time to think about this. Would it make sense for Conan to always append a valid CMAKE_MODULE_PATH to CMakeUserPresets.json, so that even if we use a...

I tried the feature and it works. Only small unexpected behavior was that the orders of the enabled blocks is not the same as in the "untouched" toolchain file. For...

Sorry for opening a discussion here again - and please say if I should move it somewhere else as this issue is resolved. So in short I was a bit...

Thanks for the reply. In specific cases - yes this could work, when we own the recpie. Consider though when we want to take a package from `conancenter `"as is"...

Sure. We use Yocto (openembedded) and this is the paths in the sysroot it finds: `/usr/lib/cmake/fmt/fmt-config.cmake` and similarily for other libs

Maybe, but it kinda breaks my intention. The logic I would want to achieve is the following (and should be pretty common in any cross compilation): 1. Is there any...