File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ if(APPLE)
109109endif ()
110110
111111run_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)
115115project (addon LANGUAGES C CXX)
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ export VCPKG_FORCE_SYSTEM_BINARIES=1
6969# vcpkg
7070git clone https://github.com/microsoft/vcpkg.git ~ /vcpkg
7171cd ~ /vcpkg || exit 1
72- git checkout " ee2d2a100103e0f3613c60655dcf15be7d5157b8 "
72+ git checkout " 608d1dbcd6969679f82b1ca6b89d58939c9b228e "
7373~ /vcpkg/bootstrap-vcpkg.sh
7474cd - || exit 1
7575
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments