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