[nanomsg] Remove nanomsg_BINDIR check as needed (#31553)

This commit is contained in:
Pierre Gergondet 2023-06-09 02:21:51 +09:00 committed by GitHub
parent 431dcee145
commit db2071b449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -49,7 +49,8 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
"defined(NN_STATIC_LIB)"
"1 // defined(NN_STATIC_LIB)"
)
endif()
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static" OR NOT VCPKG_TARGET_IS_WINDOWS)
vcpkg_replace_string(
${CURRENT_PACKAGES_DIR}/share/${PORT}/nanomsg-config.cmake
"set_and_check(nanomsg_BINDIR \${PACKAGE_PREFIX_DIR}/bin)"

View File

@ -1,6 +1,7 @@
{
"name": "nanomsg",
"version-semver": "1.2.0",
"port-version": 1,
"description": [
"A simple high-performance implementation of several \"scalability protocols\".",
"These scalability protocols are light-weight messaging protocols which can be used to solve a number of very common messaging patterns, such as request/reply, publish/subscribe, surveyor/respondent, and so forth. These protocols can run over a variety of transports such as TCP, UNIX sockets, and even WebSocket."

View File

@ -5538,7 +5538,7 @@
},
"nanomsg": {
"baseline": "1.2.0",
"port-version": 0
"port-version": 1
},
"nanopb": {
"baseline": "0.4.7",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "776c37386c83ec3b242fb17bf418f4a22e5cc300",
"version-semver": "1.2.0",
"port-version": 1
},
{
"git-tree": "9c6dee5730547fccf7eae09ec55d2cea5fb593d1",
"version-semver": "1.2.0",