Skip to content

Commit cdd28b8

Browse files
committed
Makes sure cURL includes OpenSSL backend also on Windows
1 parent 1e9e0e9 commit cdd28b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vcpkg.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"boost-program-options",
44
"boost-property-tree",
55
"boost-uuid",
6-
"curl"
6+
{
7+
"name": "curl",
8+
"features": ["openssl"]
9+
}
710
]
811
}

0 commit comments

Comments
 (0)