-
Notifications
You must be signed in to change notification settings - Fork 992
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
[suggestion] toolset support for msvc
compiler
#10815
Comments
Hi @MarcelRaad I have added support for Regarding ClangCL, that would need some more thinking, but I believe adding xp toolsets as a start sounds good. |
Thanks, sounds good, I'll have a look! Might take me a while though as I'm not very familiar with Python development yet. (Edit: your README.rst is great though, so it will probably not take that long 👍 ) |
Yes, the |
Tested with the new CMake build helper + Visual Studio 2022 (17.0) + v141_xp toolset and it works great. Thanks a lot! 👍 |
Excellent, thanks for the feedback @MarcelRaad ! |
I am going to open a new issue for the clang toolsets. |
Continuing from conan-io/tribe#32 (comment):
I'm currently using the non-default
v141_xp
andClangCL
toolsets with theVisual Studio
compiler and theCMake
andMSBuild
build helpers fromconans
. I've just started trying to switch to themsvc
compiler and the new build helpers fromconan.tools
. Unfortunately, I haven't found a way to specify a toolset there.The text was updated successfully, but these errors were encountered: