Carlos Zoido

Results 197 comments of Carlos Zoido
trafficstars

Hi @todorico, I'm afraid that if you want this to work with the `cmake_layout()` you have to set the source folder there, something like: ``` def layout(self): cmake_layout(self, src_folder="out/src") ```...

Hi @todorico, I'll mark this as _look:into_ so I can discuss with the team. Thanks for the feedback!

Hi @betheev, Conan has not an explicit model to add that executable target. Probably, the best option is to create a custom build module with your target definition and then...

Hi @derived-coder, I don't know if this is the same case, in the Autotools build helper case (note it's not AutoToolsBuildEnvironment) It was needed to make some packages relocatable as...

Hi @the-nic, Thanks for the contribution. I think that maybe it would be better to use the resdirs information from the cppinfo so that if a package have a directory...

Hi @the-nic, Sorry, you are right, I did not take that into account. Then maybe it's better to just leave them in the components files, but remove the `_{{comp_name}}` and...

Thanks a lot @the-nic, I'll do some checks and then I think it's good to merge. Maybe in the future if we add more variables at package level it would...

Hi @beenjohn, Can you provide more details, maybe a reproducible example? For me, with a dummy recipe like this: ```python from conan import ConanFile from conan.tools.cmake import cmake_layout class mylibRecipe(ConanFile):...

Hi @beenjohn, Thanks for the details on how to reproduce the issue, now I can reproduce the problem. I'm going to mark this as a look-into so I can discuss...

@beenjohn, In the meantime, please check these comments: https://github.com/conan-io/conan/pull/11841#issuecomment-1211738565