Use latest vcpkg release

This commit is contained in:
Mudit Vats
2021-01-12 14:05:27 -07:00
parent 434c9a1cc2
commit aa68d7cfdb
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ sudo yum install cmake
Using a Terminal window with the PATH and devtoolset enabled per the Dependencies.
```
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]