cpprestsdk icon indicating copy to clipboard operation
cpprestsdk copied to clipboard

vcpkg submodule broken for windows11 x64 - needs update

Open obi0ne opened this issue 3 years ago • 0 comments

I've cloned the repo, with submodules. built the vcpkg.exe on windows11 64bit, and everything builds fine. However as soon as I try to vcpkg install cpprestsdk cpprestsdk:x64-windows I get the following: image

If I attempt to clone the master branch from the vcpkg repo, compile vcpkg.exe from there and run it - then it seems to work just fine. so I guess it's means the current submodule link to specific commit (b759049) is somehow broken or with some bugs that perhaps fixed in later commits.

my suggestion would be to update submodule to newer commit.

obi0ne avatar Apr 26 '22 17:04 obi0ne