mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 11:33:03 +08:00
[quickfast] add missing dependency (#30129)
This commit is contained in:
parent
716c3524a5
commit
092f81b960
@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "quickfast",
|
"name": "quickfast",
|
||||||
"version-string": "1.5",
|
"version": "1.5",
|
||||||
"port-version": 2,
|
"port-version": 3,
|
||||||
"description": "QuickFAST is an Open Source native C++ implementation of the FAST Protocol [SM].",
|
"description": "QuickFAST is an Open Source native C++ implementation of the FAST Protocol [SM].",
|
||||||
"homepage": "https://github.com/objectcomputing/quickfast",
|
"homepage": "https://github.com/objectcomputing/quickfast",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"boost-asio",
|
"boost-asio",
|
||||||
|
"boost-thread",
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
"host": true
|
"host": true
|
||||||
|
@ -6714,7 +6714,7 @@
|
|||||||
},
|
},
|
||||||
"quickfast": {
|
"quickfast": {
|
||||||
"baseline": "1.5",
|
"baseline": "1.5",
|
||||||
"port-version": 2
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"quickfix": {
|
"quickfix": {
|
||||||
"baseline": "1.15.1",
|
"baseline": "1.15.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "77f7681738424a915e7c12e3b9ea0576c5549032",
|
||||||
|
"version": "1.5",
|
||||||
|
"port-version": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "0fccc4f826e7b7002dca145c70c29dd1c062d6d6",
|
"git-tree": "0fccc4f826e7b7002dca145c70c29dd1c062d6d6",
|
||||||
"version-string": "1.5",
|
"version-string": "1.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user