Skip to content

Commit

Permalink
shrink vcpkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jan 3, 2025
1 parent 3272226 commit ccf65b2
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions chsql/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,9 @@
{
"dependencies": [
"openssl",
"clickhouse-cpp",
"abseil",
"lz4",
"zstd"
],
"overrides": [
{
"name": "clickhouse-cpp",
"version": "0",
"port-version": 0,
"platform": "!wasm32,!mingw,!windows"
},
{
"name": "abseil",
"version": "0",
"port-version": 0,
"platform": "!wasm32,!mingw,!windows"
},
{
"name": "lz4",
"version": "0",
"port-version": 0,
"platform": "!wasm32,!mingw,!windows"
},
{
"name": "zstd",
"version": "0",
"port-version": 0,
"platform": "!wasm32,!mingw,!windows"
"platform": "linux, osx"
}
]
}

0 comments on commit ccf65b2

Please sign in to comment.