feat: Update to latest vcpkg

This commit is contained in:
Mudit Vats
2021-08-26 12:54:43 -07:00
parent bb8211ae03
commit cb9539639a
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ export PATH=/home/user/Downloads/git:$PATH
Using a Terminal window with the PATH and devtoolset enabled per the Dependencies.
```
git clone -b 2020.11-1 https://github.com/microsoft/vcpkg.git
git clone -b 2021.05.12 https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg install cpprestsdk[websockets]