mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[activemq-cpp] Added missing libuuid dependency (#22059)
This is a mandatory dependency according to https://github.com/apache/activemq-cpp/blob/master/README.txt
This commit is contained in:
parent
bacb25364e
commit
d7208019fe
@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "activemq-cpp",
|
||||
"version-semver": "3.9.5",
|
||||
"port-version": 5,
|
||||
"port-version": 6,
|
||||
"description": "Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.",
|
||||
"supports": "!(uwp | osx)",
|
||||
"dependencies": [
|
||||
"apr"
|
||||
"apr",
|
||||
"libuuid"
|
||||
]
|
||||
}
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0d1c131172bea536490960f632ac287b3db73edb",
|
||||
"version-semver": "3.9.5",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "bce9f87e7df6f4e8a9c3121018ffc032e3d2603e",
|
||||
"version-semver": "3.9.5",
|
||||
|
@ -22,7 +22,7 @@
|
||||
},
|
||||
"activemq-cpp": {
|
||||
"baseline": "3.9.5",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"ade": {
|
||||
"baseline": "0.1.1f",
|
||||
|
Loading…
x
Reference in New Issue
Block a user