File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ cd "${SCRIPT_DIR}"
30
30
# Build vcpkg
31
31
if [ ! -d " vcpkg" ]; then
32
32
echo " Cloning vcpkg"
33
- git clone --depth 1 --branch " ${VCPKG_BRANCH:- 2023.11.20 } " https://github.com/microsoft/vcpkg.git vcpkg
33
+ git clone --depth 1 --branch " ${VCPKG_BRANCH:- 2024.03.25 } " https://github.com/microsoft/vcpkg.git vcpkg
34
34
fi
35
35
36
36
export VCPKG_ROOT=" $SCRIPT_DIR /vcpkg"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ cd "${SCRIPT_DIR}"
30
30
# Build vcpkg
31
31
if [ ! -d " vcpkg" ]; then
32
32
echo " Cloning vcpkg"
33
- git clone --depth 1 --branch 2024.02.14 https://github.com/microsoft/vcpkg.git vcpkg
33
+ git clone --depth 1 --branch 2024.03.25 https://github.com/microsoft/vcpkg.git vcpkg
34
34
fi
35
35
36
36
export VCPKG_ROOT=" $SCRIPT_DIR /vcpkg"
Original file line number Diff line number Diff line change 5
5
REM Build vcpkg
6
6
if not exist " vcpkg\" (
7
7
echo Cloning vcpkg
8
- git clone --depth 1 --branch 2024.02.14 https://github.com/microsoft/vcpkg.git vcpkg
8
+ git clone --depth 1 --branch 2024.03.25 https://github.com/microsoft/vcpkg.git vcpkg
9
9
)
10
10
11
11
set VCPKG_ROOT = %~dp0 /vcpkg
You can’t perform that action at this time.
0 commit comments