mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[nanomsg] Update nanomsg_BINDIR check (#37529)
This commit is contained in:
parent
b66651c97c
commit
49e80bf57c
@ -53,7 +53,7 @@ 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)"
|
||||
"set_and_check(nanomsg_BINDIR \${VCPKG_IMPORT_PREFIX}/bin)"
|
||||
""
|
||||
)
|
||||
endif()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "nanomsg",
|
||||
"version-semver": "1.2.1",
|
||||
"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."
|
||||
|
@ -5990,7 +5990,7 @@
|
||||
},
|
||||
"nanomsg": {
|
||||
"baseline": "1.2.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"nanopb": {
|
||||
"baseline": "0.4.7",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "af9d00f361245784a9b5f81fc7a87d1598173dd5",
|
||||
"version-semver": "1.2.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "f153ee28346c2ba03410c8845959d1d549322ecb",
|
||||
"version-semver": "1.2.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user