Skip to content

Commit

Permalink
Build - bump vcpkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 24, 2023
1 parent ece40b6 commit b231929
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/linux-pre-vcpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd "${SCRIPT_DIR}"
# Build vcpkg
if [ ! -d "vcpkg" ]; then
echo "Cloning vcpkg"
git clone --depth 1 --branch "${VCPKG_BRANCH:-2023.06.20}" https://github.com/microsoft/vcpkg.git vcpkg
git clone --depth 1 --branch "${VCPKG_BRANCH:-2023.10.19}" https://github.com/microsoft/vcpkg.git vcpkg
fi

export VCPKG_ROOT="$SCRIPT_DIR/vcpkg"
Expand Down
2 changes: 1 addition & 1 deletion app/mac-pre-vcpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd "${SCRIPT_DIR}"
# Build vcpkg
if [ ! -d "vcpkg" ]; then
echo "Cloning vcpkg"
git clone --depth 1 --branch 2023.08.09 https://github.com/microsoft/vcpkg.git vcpkg
git clone --depth 1 --branch 2023.10.19 https://github.com/microsoft/vcpkg.git vcpkg
fi

export VCPKG_ROOT="$SCRIPT_DIR/vcpkg"
Expand Down
2 changes: 1 addition & 1 deletion app/win-pre-vcpkg.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd %~dp0
REM Build vcpkg
if not exist "vcpkg\" (
echo Cloning vcpkg
git clone --depth 1 --branch 2023.06.20 https://github.com/microsoft/vcpkg.git vcpkg
git clone --depth 1 --branch 2023.10.19 https://github.com/microsoft/vcpkg.git vcpkg
)

set VCPKG_ROOT=%~dp0/vcpkg
Expand Down

0 comments on commit b231929

Please sign in to comment.