Skip to content

Commit

Permalink
Use vcpkg master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
klausschuch committed Jul 28, 2023
1 parent 6030982 commit bd5a6e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ set VCPKG_DEFAULT_TRIPLET=x64-windows

if not exist vcpkg git clone https://github.com/Microsoft/vcpkg.git
cd .\vcpkg\
git checkout 2023.02.24

rem By default we use the master branch of vcpkg.
rem The last successfully tested vcpkg release was 2023.07.21.
rem Uncomment the next line to use this specific release of vcpkg (this might help if the current master branch of vcpkg makes problems)
rem git checkout 2023.07.21

if not exist vcpkg.exe call .\bootstrap-vcpkg.bat
call .\vcpkg.exe install libxml2 zlib
cd ..
Expand Down

0 comments on commit bd5a6e6

Please sign in to comment.