cpprestsdk
cpprestsdk copied to clipboard
vcpkg submodule broken for windows11 x64 - needs update
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:

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.