mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:06:49 +08:00
[nanomsg] Remove nanomsg_BINDIR check as needed (#31553)
This commit is contained in:
parent
431dcee145
commit
db2071b449
@ -49,7 +49,8 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
|||||||
"defined(NN_STATIC_LIB)"
|
"defined(NN_STATIC_LIB)"
|
||||||
"1 // 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(
|
vcpkg_replace_string(
|
||||||
${CURRENT_PACKAGES_DIR}/share/${PORT}/nanomsg-config.cmake
|
${CURRENT_PACKAGES_DIR}/share/${PORT}/nanomsg-config.cmake
|
||||||
"set_and_check(nanomsg_BINDIR \${PACKAGE_PREFIX_DIR}/bin)"
|
"set_and_check(nanomsg_BINDIR \${PACKAGE_PREFIX_DIR}/bin)"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "nanomsg",
|
"name": "nanomsg",
|
||||||
"version-semver": "1.2.0",
|
"version-semver": "1.2.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": [
|
"description": [
|
||||||
"A simple high-performance implementation of several \"scalability protocols\".",
|
"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."
|
"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."
|
||||||
|
@ -5538,7 +5538,7 @@
|
|||||||
},
|
},
|
||||||
"nanomsg": {
|
"nanomsg": {
|
||||||
"baseline": "1.2.0",
|
"baseline": "1.2.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"nanopb": {
|
"nanopb": {
|
||||||
"baseline": "0.4.7",
|
"baseline": "0.4.7",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "776c37386c83ec3b242fb17bf418f4a22e5cc300",
|
||||||
|
"version-semver": "1.2.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "9c6dee5730547fccf7eae09ec55d2cea5fb593d1",
|
"git-tree": "9c6dee5730547fccf7eae09ec55d2cea5fb593d1",
|
||||||
"version-semver": "1.2.0",
|
"version-semver": "1.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user