Skip to content

Commit

Permalink
VCPKG: Add Default registry and add OpenSSL as an option (#776)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
Co-authored-by: Michael Jackson <[email protected]>
  • Loading branch information
jmarquisbq and imikejackson authored Dec 1, 2023
1 parent a0675ea commit 7b1b957
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"default-registry": null,
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50"
},
"registries": [
{
"kind": "git",
Expand Down
8 changes: 8 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
"name": "blosc"
}
]
},
"ssl": {
"description": "Use OpenSSL",
"dependencies": [
{
"name": "openssl"
}
]
}
}
}

0 comments on commit 7b1b957

Please sign in to comment.