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
iex (iwr -useb https://aka.ms/vcpkg-init.ps1)
cd .\.vcpkg\
.\vcpkg.exe find artifact cmake
.\vcpkg.exe use cmake
Failure logs
PS C:\Users\test\.vcpkg> .\vcpkg.exe use cmake
warning: vcpkg-artifacts is experimental and may change at any time.
error: AssertionError [ERR_ASSERTION]: 'cmake' matched more than one result (microsoft:tools/kitware/cmake,arm:tools/kitware/cmake).
Additional context
It seems that ce downloads two different versions of cmake from different places and looks for them, and ignores the local cmake. @vicroms@BillyONeal
The text was updated successfully, but these errors were encountered:
Cheney-W
added
category:vcpkg-ce
The issue is with vcpkg artifacts, which is something the vcpkg artifacts should already support
and removed
category:port-bug
The issue is with a library, which is something the port should already support
labels
Jun 6, 2024
This is expected, now that ARM has decided to add an artifact named cmake to their repo. It needs to be explicitly qualified microsoft:cmake if you want the previous behavior.
Operating system
Windows
Compiler
MSVC
Steps to reproduce the behavior
Failure logs
Additional context
It seems that ce downloads two different versions of cmake from different places and looks for them, and ignores the local
cmake
.@vicroms @BillyONeal
The text was updated successfully, but these errors were encountered: