Luis Martinez

Results 117 comments of Luis Martinez

yes. Ideally you use python virtual environments to do this things. Otherwise do a `pip uninstall conan` and then `pip install conan`.

By the way, the `cmake_conan` is not tested with the new tools (like CMakeDeps) and we won't maintain it anymore in Conan 2.X. I'll try to verify if the issue...

Another thing I see is that the `conanfile.py` has to use the `CMakeToolchain` when use it `CMakeDeps`. The toolchain generated must be used, otherwise the result is unpredictable. About the...

That is implemented in the PR that I linked for you. It is invalid because is a non tested behaviour to use cmake-conan that will be deprecated soon and omitting...

> I really think this issue is NOT related to cmake-conan because it just provides an alternative way to execute conan install command. That is, [conan_cmake_install()](https://github.com/conan-io/cmake-conan#conan_cmake_install). So I need a...

Yes. Doing first a `conan install` to install the dependencies. We generate a `CMakeUserPresets.json` too, so you can try that. It will use the toolchain automatically. If that fails I...

Yes, thanks, https://github.com/conan-io/conan/issues/11986 is the one. I see that you closed the issue because of using of msys2 conan center package. But I still think there is a bug in...

Looks like in Windows, `argparse` requires the positional argument (the path to the conanfile, in this case the `.`) to be in the first position after the create, otherwise it...

Ok, I've been able to reproduce on my windows machine. I'll debug and come back with a fix.