Skip to content

Commit

Permalink
Try overrides in vcpkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jan 3, 2025
1 parent 094d5da commit 3272226
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions chsql/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,34 @@
{
"dependencies": [
"openssl",
"clickhouse-cpp",
"abseil",
"lz4",
"zstd"
],
"overrides": [
{
"name": "clickhouse-cpp",
"name": "clickhouse-cpp",
"version": "0",
"port-version": 0,
"platform": "!wasm32,!mingw,!windows"
},
{
"name":"abseil",
"name": "abseil",
"version": "0",
"port-version": 0,
"platform": "!wasm32,!mingw,!windows"
},
{
"name":"lz4",
"name": "lz4",
"version": "0",
"port-version": 0,
"platform": "!wasm32,!mingw,!windows"
},
{
"name":"zstd",
"name": "zstd",
"version": "0",
"port-version": 0,
"platform": "!wasm32,!mingw,!windows"
}
]
Expand Down

0 comments on commit 3272226

Please sign in to comment.