We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug VCPkg does not support the v143 MSVC toolset. It seems to stem from a missing entry in this hard-coded list: https://github.com/microsoft/vcpkg-tool/blob/3be6b75f6972aa72ca34afce39168094432ea300/src/vcpkg/visualstudio.cpp#L15-L18 And subsequently a missing case here: https://github.com/microsoft/vcpkg-tool/blob/main/src/vcpkg/visualstudio.cpp#L252-L266
Environment
To Reproduce Given some valid cmake project:
cmake -B build -S . -G "Visual Studio 17 2022" -T v143 -DCMAKE_TOOLCHAIN_FILE="path/to/vcpkg/scripts/buildsystems/vcpkg.cmake"
-- Running vcpkg install No suitable Visual Studio instances were found -- Running vcpkg install - failed CMake Error at E:/Repos/vcpkg/scripts/buildsystems/vcpkg.cmake:837 (message): vcpkg install failed. See logs for more information: E:\Repos\bsa\build\vcpkg-manifest-install.log Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.21/Modules/CMakeDetermineSystem.cmake:124 (include) CMakeLists.txt:3 (project)
Expected behavior I would expect vcpkg to recognize the v143 toolset.
Failure logs vcpkg-manifest-install.log
vcpkg-manifest-install.log
No suitable Visual Studio instances were found
The text was updated successfully, but these errors were encountered:
Same issue.
Sorry, something went wrong.
@Ryan-rsm-McKenzie, thanks for bringing this up!
This is not supported yet, we would work for it recently.
Reopening until we do a binary release to pick up the fix.
boost-modular-build.cmake
PhoebeHui
Successfully merging a pull request may close this issue.
Describe the bug
VCPkg does not support the v143 MSVC toolset. It seems to stem from a missing entry in this hard-coded list:
https://github.com/microsoft/vcpkg-tool/blob/3be6b75f6972aa72ca34afce39168094432ea300/src/vcpkg/visualstudio.cpp#L15-L18
And subsequently a missing case here:
https://github.com/microsoft/vcpkg-tool/blob/main/src/vcpkg/visualstudio.cpp#L252-L266
Environment
To Reproduce
Given some valid cmake project:
cmake -B build -S . -G "Visual Studio 17 2022" -T v143 -DCMAKE_TOOLCHAIN_FILE="path/to/vcpkg/scripts/buildsystems/vcpkg.cmake"
Expected behavior
I would expect vcpkg to recognize the v143 toolset.
Failure logs
vcpkg-manifest-install.log
The text was updated successfully, but these errors were encountered: