Use latest vcpkg release

This commit is contained in:
Mudit Vats
2021-01-12 14:03:32 -07:00
parent 8b4f3b00bb
commit 434c9a1cc2
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ sudo apt install git cmake build-essential curl zip unzip tar pkg-config
Open a Terminal window.
```
git clone https://github.com/microsoft/vcpkg.git
git clone -b 2020.11-1 https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg install cpprestsdk[websockets]