You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested message("MSVC_TOOLSET_VERSION ${MSVC_TOOLSET_VERSION}") in a CMakeLists.txt, and it does print MSVC_TOOLSET_VERSION 143 when I'm using the latest version of MSVC 2022 installed. If you're getting 142, it sounds like you have a too old version of CMake that doesn't recognize 143.
Hi,
great project! Would love to be able to use it on my build server.
How do I download v143 MSVC tools set?
As far I can see if I use --major 17 it downloads v142. I checked with MSVC_TOOLSET_VERSION in cmake
I can see --msvc-version option, but not sure how to use it to get v143.
Thank you!
The text was updated successfully, but these errors were encountered: