Skip to content

Commit

Permalink
vcpkg - Update to 2023.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Dec 19, 2023
1 parent 48c249a commit da20c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ start_vcpkg () {
# clone repo and setup vcpkg
git clone https://github.com/Microsoft/vcpkg.git vcpkg
pushd vcpkg
git checkout -f e4b4469
git checkout -f 2023.12.12
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

Expand Down

0 comments on commit da20c0e

Please sign in to comment.