mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 09:29:16 +08:00
27fd32e91c
* Fix deprecated cmake * Remove from CI baseline * Fix trailing whitespaces * version * Also mark "supports": "!uwp" Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"name": "quickfix",
|
|
"version": "1.15.1",
|
|
"port-version": 6,
|
|
"description": "QuickFIX is a free and open source implementation of the FIX protocol.",
|
|
"homepage": "https://github.com/quickfix/quickfix",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|