Skip to content

Commit

Permalink
Use QuantStack vcpkg registry for liblzma/xz
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Apr 4, 2024
1 parent b5195d9 commit 3c51203
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"default-registry": {
"baseline": "c5da4bafbd4f47428dea8bdfec96312950dbbf83",
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"baseline": "ddbcd3c4e49a04ac10b402c732b6f4ccf4432e65",
"kind": "git",
"packages": [
"liblzma"
],
"repository": "https://github.com/QuantStack/vcpkg"
}
]
}
3 changes: 3 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"name": "winreg",
"platform": "windows"
},
{
"name": "liblzma"
},
{
"features": [
"bzip2",
Expand Down

0 comments on commit 3c51203

Please sign in to comment.