mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 14:32:49 +08:00
[activemq-cpp] Fix activemq-cppConfig.cmake syntax error (#31865)
This commit is contained in:
parent
c9a1f21791
commit
4446d6e055
@ -62,7 +62,7 @@ macro(_activemq_cpp_windows_dependencies)
|
||||
endif()
|
||||
list(JOIN _ACTIVEMQ_CPP_MISSINGS ", " _ACTIVEMQ_CPP_MISSINGS_STR)
|
||||
list(LENGTH _ACTIVEMQ_CPP_MISSINGS _ACTIVEMQ_CPP_MISSINGS_COUNT)
|
||||
if(_ACTIVEMQ_CPP_MISSINGS_COUNT EQUALS 1)
|
||||
if(_ACTIVEMQ_CPP_MISSINGS_COUNT EQUAL 1)
|
||||
set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install dependency failure: Did not find windows dependency: ${_ACTIVEMQ_CPP_MISSINGS_STR}")
|
||||
else()
|
||||
set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install dependency failure: Did not find windows dependencies: ${_ACTIVEMQ_CPP_MISSINGS_STR}")
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "activemq-cpp",
|
||||
"version-semver": "3.9.5",
|
||||
"port-version": 13,
|
||||
"port-version": 14,
|
||||
"description": "Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "!(uwp | osx)",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7af309821bf9e2fdfaaf67e38eae1a073b4d1acc",
|
||||
"version-semver": "3.9.5",
|
||||
"port-version": 14
|
||||
},
|
||||
{
|
||||
"git-tree": "75c1e838f461bba7a78802919b2ec16bdbfd154e",
|
||||
"version-semver": "3.9.5",
|
||||
|
@ -34,7 +34,7 @@
|
||||
},
|
||||
"activemq-cpp": {
|
||||
"baseline": "3.9.5",
|
||||
"port-version": 13
|
||||
"port-version": 14
|
||||
},
|
||||
"ada-url": {
|
||||
"baseline": "2.4.2",
|
||||
|
Loading…
Reference in New Issue
Block a user