[activemq-cpp] Fix activemq-cppConfig.cmake syntax error (#31865)

This commit is contained in:
Maks Naumov 2023-06-07 19:31:06 +03:00 committed by GitHub
parent c9a1f21791
commit 4446d6e055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -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}")

View File

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

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7af309821bf9e2fdfaaf67e38eae1a073b4d1acc",
"version-semver": "3.9.5",
"port-version": 14
},
{
"git-tree": "75c1e838f461bba7a78802919b2ec16bdbfd154e",
"version-semver": "3.9.5",

View File

@ -34,7 +34,7 @@
},
"activemq-cpp": {
"baseline": "3.9.5",
"port-version": 13
"port-version": 14
},
"ada-url": {
"baseline": "2.4.2",