[quickfast] add missing dependency (#30129)

This commit is contained in:
autoantwort 2023-03-13 04:45:07 +01:00 committed by GitHub
parent 716c3524a5
commit 092f81b960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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",

View File

@ -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",