Skip to content

Commit

Permalink
vcpkg version updated to 2023.04.15 (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <[email protected]>
  • Loading branch information
onuralpszr authored Apr 23, 2023
1 parent 0430935 commit 5316859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vcpkg_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir -p build
cd build
git clone https://github.com/Microsoft/vcpkg.git vcpkg.linux
cd vcpkg.linux
git checkout 2023.02.24
git checkout 2023.04.15
./bootstrap-vcpkg.sh

./vcpkg install \
Expand Down
2 changes: 1 addition & 1 deletion vcpkg_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mkdir build
cd build || goto :error
git clone https://github.com/Microsoft/vcpkg.git vcpkg.windows || goto :error
cd vcpkg.windows || goto :error
git checkout 2023.02.24 || goto :error
git checkout 2023.04.15 || goto :error
call bootstrap-vcpkg.bat || goto :error

vcpkg.exe install ^
Expand Down

0 comments on commit 5316859

Please sign in to comment.