Removed version>= fields for openssl in vcpkg.json files (#3705)

This commit is contained in:
Larry Osterman 2022-06-03 16:43:08 -07:00 committed by GitHub
parent 19fcc97d56
commit 8ec7a9958a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 8 deletions

View File

@ -25,8 +25,7 @@
"host": true
},
{
"name": "openssl",
"version>=": "1.1.1n"
"name": "openssl"
}
]
}

View File

@ -13,8 +13,7 @@
"dependencies": [
{
"name": "openssl",
"platform": "!windows & !uwp",
"version>=": "1.1.1n"
"platform": "!windows & !uwp"
},
{
"name": "vcpkg-cmake",

View File

@ -19,8 +19,7 @@
},
{
"name": "openssl",
"platform": "!windows",
"version>=": "1.1.1n"
"platform": "!windows"
},
{
"name": "vcpkg-cmake",

View File

@ -22,8 +22,7 @@
},
{
"name": "openssl",
"platform": "!windows",
"version>=": "1.1.1n"
"platform": "!windows"
},
{
"name": "vcpkg-cmake",