We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c5de0 commit 31b7a15Copy full SHA for 31b7a15
duckdb_pglake/vcpkg.json
@@ -3,11 +3,24 @@
3
"azure-identity-cpp",
4
"azure-storage-blobs-cpp",
5
"azure-storage-files-datalake-cpp",
6
+ "openssl",
7
"vcpkg-cmake",
8
+ "zlib",
9
{
10
"name": "aws-sdk-cpp",
11
"features": [ "sso", "sts" , "identity-management"]
12
},
13
"curl"
- ]
14
+ ],
15
+ "vcpkg-configuration": {
16
+ "registries": [
17
+ {
18
+ "kind": "git",
19
+ "repository": "https://github.com/duckdb/vcpkg-duckdb-ports",
20
+ "baseline": "c8f9d504986e76dbcd4585a34028ff00e251f40f",
21
+ "packages": [ "vcpkg-cmake" ]
22
+ }
23
+ ]
24
+ },
25
+ "builtin-baseline" : "5e5d0e1cd7785623065e77eff011afdeec1a3574"
26
}
0 commit comments