Skip to content

Commit 88fd178

Browse files
committed
Add cyrus-sasl to vcpkg deps
1 parent f735b85 commit 88fd178

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpp/vcpkg.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"azure-identity-cpp",
6666
"azure-storage-blobs-cpp",
6767
"benchmark",
68-
"krb5"
68+
"krb5",
69+
"cyrus-sasl"
6970
],
7071
"overrides": [
7172
{ "name": "openssl", "version-string": "3.3.0" },
@@ -151,6 +152,7 @@
151152
{ "name": "boost-vcpkg-helpers", "version": "1.84.0" },
152153
{ "name": "boost-winapi", "version": "1.84.0" },
153154
{ "name": "curl", "version": "8.4.0" },
155+
{ "name": "cyrus-sasl", "version": "2.1.28#2" },
154156
{ "name": "double-conversion", "version": "3.2.1" },
155157
{ "name": "fmt", "version": "10.2.1" },
156158
{ "name": "folly", "version-string": "2023.09.25.00" },

0 commit comments

Comments
 (0)