Carlos Zoido
Carlos Zoido
Hi @kingudk, Thanks a lot for you question. I think there are different ways to approach this problem. First, let me point you to [this example](https://docs.conan.io/en/2.0/examples/cross_build/android/android_studio.html) in the Conan 2.0...
Hi @kingudk, If you upload the binaries to the repository using exactly the same profile than the one you are using to invoke the deploy generator if should work even...
Hi @kingudk, I think it could be because the shared option set to True in the remote package? Maybe trying something like: ``` conan install mylib/1.0.0@user/chan -g deploy -r myremote...
Hi @kingudk, Did you create those packages using the profile `src/csg-esm/winprofile` maybe something differs between the profile or settings and options you used to create and the ones you are...
Hi @iradization, The best you could do to resolve that conflict is to switch from using `conan_cmake_configure` to explicitly create a `conanfile.py` and add a [requirements()](https://docs.conan.io/en/latest/reference/conanfile/methods.html#requirements) method where you use...
Hi @Corristo, Thanks a lot for the feedback, I agree this is a valid feature for the git tool. I'm marking this as a feature and assign to 1.52 milestone.
Hi @the-nic, Thanks a lot for the contribution. You are right, in that case it was not working correctly. I'm adding a test to confirm that these changes make it...
Hi @hwhsu1231, We don't have this in the roadmap in the short/mid term as we are really busy developing Conan 2.0 and that feature has not been demanded a lot...
Hi @magist3r, Yes, probably the folder in the `patch()` tool should be defaulted to the `self.source_folder/base_folder` in case `self.export_sources_folder` is `None`, which happens if you are not using the [layout()](https://docs.conan.io/en/latest/reference/conanfile/methods.html#layout-folders-reference)...
Hi @magist3r, Could you try defining the [layout()](https://docs.conan.io/en/latest/reference/conanfile/methods.html#layout-folders-reference) feature? Did it work for you? Thanks!