Skip to content

Commit

Permalink
chore: Update vcpkg to 2024/04/04
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Apr 7, 2024
1 parent 8d27a4f commit 5dc7945
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- 'CMakePresets.json'

env:
VCPKG_VERSION: '0e47c1985273129e4d0ee52ff73bed9125555de8'
VCPKG_VERSION: '13766fcd1292a973fea53fba731a0fb90c7ee310'
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'
CTEST_ARGS: '-T test --output-on-failure --timeout 180 --no-tests=error --parallel 25'

Expand Down
2 changes: 1 addition & 1 deletion test/cmake/subdirectory/src/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"gtest",
"stdexec"
],
"builtin-baseline": "0e47c1985273129e4d0ee52ff73bed9125555de8"
"builtin-baseline": "13766fcd1292a973fea53fba731a0fb90c7ee310"
}
2 changes: 1 addition & 1 deletion test/cmake/superbuild/src/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"gtest",
"stdexec"
],
"builtin-baseline": "0e47c1985273129e4d0ee52ff73bed9125555de8"
"builtin-baseline": "13766fcd1292a973fea53fba731a0fb90c7ee310"
}
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"gtest",
"stdexec"
],
"builtin-baseline": "0e47c1985273129e4d0ee52ff73bed9125555de8"
"builtin-baseline": "13766fcd1292a973fea53fba731a0fb90c7ee310"
}

0 comments on commit 5dc7945

Please sign in to comment.