Skip to content

Commit 45c0581

Browse files
committed
fix: upgrade vcpkg baseline
1 parent cf00ef9 commit 45c0581

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if(APPLE)
109109
endif()
110110

111111
run_vcpkg(VCPKG_URL "https://github.com/microsoft/vcpkg.git" VCPKG_REV
112-
"ee2d2a100103e0f3613c60655dcf15be7d5157b8")
112+
"608d1dbcd6969679f82b1ca6b89d58939c9b228e")
113113

114114
# Name of the project (will be the name of the plugin)
115115
project(addon LANGUAGES C CXX)

script/install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export VCPKG_FORCE_SYSTEM_BINARIES=1
6969
# vcpkg
7070
git clone https://github.com/microsoft/vcpkg.git ~/vcpkg
7171
cd ~/vcpkg || exit 1
72-
git checkout "ee2d2a100103e0f3613c60655dcf15be7d5157b8"
72+
git checkout "608d1dbcd6969679f82b1ca6b89d58939c9b228e"
7373
~/vcpkg/bootstrap-vcpkg.sh
7474
cd - || exit 1
7575

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "zeromqjs",
44
"version-string": "6.0.8",
5-
"builtin-baseline": "ee2d2a100103e0f3613c60655dcf15be7d5157b8",
5+
"builtin-baseline": "608d1dbcd6969679f82b1ca6b89d58939c9b228e",
66
"dependencies": [
77
{
88
"name": "zeromq",

0 commit comments

Comments
 (0)