diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index e526ba541e..3dbbd680a6 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,5 +1,9 @@ { - "default-registry": null, + "default-registry": { + "kind": "git", + "repository": "https://github.com/microsoft/vcpkg", + "baseline": "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50" + }, "registries": [ { "kind": "git", diff --git a/vcpkg.json b/vcpkg.json index 5e35c163e8..76bf315431 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -85,6 +85,14 @@ "name": "blosc" } ] + }, + "ssl": { + "description": "Use OpenSSL", + "dependencies": [ + { + "name": "openssl" + } + ] } } }