mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
36a77a4450
* Change version to deprecated * version * Print CMake warning * version
10 lines
199 B
JSON
10 lines
199 B
JSON
{
|
|
"name": "openssl-unix",
|
|
"version-string": "deprecated",
|
|
"description": "Deprecated OpenSSL port. Use port openssl instead.",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|