Skip to content

Commit fbe06ed

Browse files
committed
build - bump vcpkg version
1 parent d985c54 commit fbe06ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/linux-pre-vcpkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cd "${SCRIPT_DIR}"
3030
# Build vcpkg
3131
if [ ! -d "vcpkg" ]; then
3232
echo "Cloning vcpkg"
33-
git clone --depth 1 --branch "${VCPKG_BRANCH:-2022.08.15}" https://github.com/microsoft/vcpkg.git vcpkg
33+
git clone --depth 1 --branch "${VCPKG_BRANCH:-2022.09.27}" https://github.com/microsoft/vcpkg.git vcpkg
3434
fi
3535

3636
export VCPKG_ROOT="$SCRIPT_DIR/vcpkg"

app/mac-pre-vcpkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cd "${SCRIPT_DIR}"
3030
# Build vcpkg
3131
if [ ! -d "vcpkg" ]; then
3232
echo "Cloning vcpkg"
33-
git clone --depth 1 --branch 2022.08.15 https://github.com/microsoft/vcpkg.git vcpkg
33+
git clone --depth 1 --branch 2022.09.27 https://github.com/microsoft/vcpkg.git vcpkg
3434
fi
3535

3636
export VCPKG_ROOT="$SCRIPT_DIR/vcpkg"

app/win-pre-vcpkg.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd %~dp0
55
REM Build vcpkg
66
if not exist "vcpkg\" (
77
echo Cloning vcpkg
8-
git clone --depth 1 --branch 2022.08.15 https://github.com/microsoft/vcpkg.git vcpkg
8+
git clone --depth 1 --branch 2022.09.27 https://github.com/microsoft/vcpkg.git vcpkg
99
)
1010

1111
set VCPKG_ROOT=%~dp0/vcpkg

0 commit comments

Comments
 (0)