James

Results 2692 comments of James

Any further question or issue here? Thanks for the feedback.

Closed as solved. But please don't hesitate to re-open or create new tickets for any further question, thanks for the feedback.

Thanks for the feedback. This tool will remove the automatic injection of ``CMakeDeps`` and require conanfiles to explicitly define it, the warning is preventing users to start defining it explicitly...

Hi @Ukilele Thanks for your feedback. The first thing to check would be not activating the Command prompt. Conan is designed to automatically activate the necessary Command prompt for the...

Hi @ntw-au Do you mean the definition of ``tools.microsoft.msbuild:installation_path`` conf? I am not sure that is really a workaround, but the correct and expected solution when there are different VS...

> It is indeed grey area, in the spirit of cmake and being compiler agnostic we set it ON for everything (as we do compile with different compilers). I think...

Sorry, do you mean that you are still using VS 2010 (compiler.version=160)? Conan 2 defined a base minimum of VS 2015 (compiler.version=190) with CMake 3.15. I am not saying it...

> Looking at the [settings.yml documentation](https://docs.conan.io/2/reference/config_files/settings.html) it looks like I should have compiler.version=194 but your [commit](https://github.com/conan-io/conan/commit/f58cd88fefa968d04337c8ea9b70388a946044f1) makes it look like I need to leave compiler.version=193 and set compiler.update=14. The recommendation...

> Yes, correct - our Windows build machines are currently using VS 2010. Thank you for the background on what versions are supported with Conan 2. Yes, supporting VS2010 might...