Skip to content

Commit

Permalink
Merge pull request #14 from eclipse/pu/schuchk/vcpkg_master
Browse files Browse the repository at this point in the history
Use vcpkg master branch by default
  • Loading branch information
klausschuch authored Jul 28, 2023
2 parents 6030982 + bd5a6e6 commit 6e5e7bf
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 6e5e7bf

Please sign in to comment.