Skip to content

Commit

Permalink
working around boost build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Jun 25, 2024
1 parent 7feca74 commit 8da9c5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
"dependencies": [
{
"name": "boost-system",
"version>=": "1.79.0"
"version=": "1.84.0"
},
{
"name": "boost-filesystem",
"version>=": "1.79.0"
"version=": "1.84.0"
},
{
"name": "boost-test",
"version>=": "1.79.0"
"version=": "1.84.0"
},
{
"name": "boost-program-options",
"version>=": "1.79.0"
"version=": "1.84.0"
},
{
"name": "boost-multiprecision",
"version>=": "1.79.0"
"version=": "1.84.0"
},
{
"name": "boost-signals2",
"version>=": "1.79.0"
"version=": "1.84.0"
},
{
"name": "boost-date-time",
"version>=": "1.79.0"
"version=": "1.84.0"
},
{
"name": "boost-thread",
"version>=": "1.79.0"
"version=": "1.84.0"
}
]
}

0 comments on commit 8da9c5a

Please sign in to comment.