Skip to content

Commit 5dc7945

Browse files
committed
chore: Update vcpkg to 2024/04/04
1 parent 8d27a4f commit 5dc7945

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- 'CMakePresets.json'
1717

1818
env:
19-
VCPKG_VERSION: '0e47c1985273129e4d0ee52ff73bed9125555de8'
19+
VCPKG_VERSION: '13766fcd1292a973fea53fba731a0fb90c7ee310'
2020
CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=Release -DVCPKG_MANIFEST_INSTALL=off -DASIO_GRPC_ENABLE_PKGCONFIG_FALLBACK=off -DCMAKE_COMPILE_WARNING_AS_ERROR=on -DCMAKE_FIND_PACKAGE_PREFER_CONFIG=on'
2121
CTEST_ARGS: '-T test --output-on-failure --timeout 180 --no-tests=error --parallel 25'
2222

test/cmake/subdirectory/src/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"gtest",
2727
"stdexec"
2828
],
29-
"builtin-baseline": "0e47c1985273129e4d0ee52ff73bed9125555de8"
29+
"builtin-baseline": "13766fcd1292a973fea53fba731a0fb90c7ee310"
3030
}

test/cmake/superbuild/src/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"gtest",
2727
"stdexec"
2828
],
29-
"builtin-baseline": "0e47c1985273129e4d0ee52ff73bed9125555de8"
29+
"builtin-baseline": "13766fcd1292a973fea53fba731a0fb90c7ee310"
3030
}

vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"gtest",
2727
"stdexec"
2828
],
29-
"builtin-baseline": "0e47c1985273129e4d0ee52ff73bed9125555de8"
29+
"builtin-baseline": "13766fcd1292a973fea53fba731a0fb90c7ee310"
3030
}

0 commit comments

Comments
 (0)