Skip to content

Commit

Permalink
common - Update vcpkg to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Sep 7, 2023
1 parent 25fff26 commit dc6de6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ start_vcpkg () {
# clone repo and setup vcpkg
git clone https://github.com/Microsoft/vcpkg.git vcpkg
pushd vcpkg
git checkout -f 2023.06.20
git checkout -f e4b4469
echo 'set(VCPKG_BUILD_TYPE release)' >> triplets/community/x64-linux-dynamic.cmake # add release target to the triplet in use, so only release is being built
popd

./vcpkg/bootstrap-vcpkg.sh
Expand Down

0 comments on commit dc6de6a

Please sign in to comment.