Skip to content
Snippets Groups Projects
Commit b44625aa authored by calrama's avatar calrama
Browse files

Update vcpkg

parent 8dc11fd8
Branches
Tags v0.2.0
No related merge requests found
......@@ -56,7 +56,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
RUN $vcpkg_dir = 'C:/vcpkg'; \
git clone --depth=1 https://github.com/BioroboticsLab/RF_vcpkg.git $vcpkg_dir; \
cd $vcpkg_dir; \
git checkout 9147f8b685b1a93537a1731e5edaa5781f3df8d0; \
git checkout 040e9157349fad13805bec1d8d7c4436e9d2562a; \
./scripts/bootstrap.ps1; \
[Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment