James
James
[bug] `conan create -kb` doesn't inject `tools.microsoft.bash:subsystem` config from `tool_requires`
Note: ``--keep-build`` is deprecated and no longer recommended. If this issue doesn't happen without ``-kb``, then it can be closed as solved in 2.0.
[bug] `conan create -kb` doesn't inject `tools.microsoft.bash:subsystem` config from `tool_requires`
Not explicitly documented in the migration guide, as it is more focused on the recipes, not all commands, but it can be added. No successors, builds in the cache will...
Hi @luistorrescisneros We would need some more detail, like a complete project that we could use to reproduce the issue. We have the ``conan new hello/0.1 -m=msbuild_lib`` template that could...
The main problem is: - Users heavily pushed for having a "transparent" CMake integration that doesn't require to modify CMakeLists.txt at all - That means using ``find_package()`` for dependencies and...
Yes, sure, let us know your ideas about this. Just in case, have a look to the repo and previous issues, for example we have considered using the initial cache...
Not fully clear yet, so the ``conan-setup.cmake`` file will be the one calling ``conan install``? That will result in a ``conan_toolchain.file``. How is this toolchain file passed to cmake, via...
Yes, it is looking good for me. Lets see what @czoido and @jcar87 think too. Transferring this issue to cmake-conan repo, this is something to implement there, I don't think...
Ok, thanks very much for the feedback @hwhsu1231, sure no offense, it is just that we are right now absolutely swamped, and it is just too difficult to keep up...
Yes, it is true, ``layout()`` changes the defaults, as ``resdirs`` was not been used very much, we decided that the default should be empty. Moving this issue to docs.
Yes, that is true, and this is one of the reasons this issue is being problematic, the migration path 1.X->2.0 is not clear yet.