microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.91k stars 1.64k forks source link

vcpkg submodule broken for windows11 x64 - needs update #1699

Open obi0ne opened 2 years ago

obi0ne commented 2 years ago

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.