-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] Visual Studio minimum version and settings support #10610
Comments
Hi @memsharded ,
All is done via cmake. Conan itself is triggered via your awesome cmake-conan project. So maybe the wrapper can set the correct toolset version, which would help (but I guess it makes the cmake wrapper more complicated). Users use mostly the VSCode-cmake integrations where only the cmake generator names are available. Setting the toolset is possible but make the DX worse (but technical possible of course). Using Ninja could also be a way to work around the problem because it would skip solution/projects files as a whole.
Sadly no. This issue explains the complexity really we https://gitlab.kitware.com/cmake/cmake/-/issues/22257 |
Thanks for submitting the issue. We don't even have installed such older versions of VS, but if you have them installed a good initial test is to try (with latest Conan 1.45 version) |
Hi @tonka3000 Yes, there was some previous versions missing there, I have done #10808 to address this. |
This was closed automatically when merging #10808, but please @tonka3000, if you could report (now that is merged, you can even test it from PyPI-test) if it is working for your use cases, it would be fantastic. The conan-io/tribe#32 proposal is still open waiting for this, if this works, I guess you might change your downvote? (check the comments there too proposing changes too) Thanks! |
@memsharded I will check it |
@memsharded It works for version I used the small default project via Command lines where |
As @memsharded suggest here is the parallel thread to conan-io/tribe#32 (comment)
The text was updated successfully, but these errors were encountered: