mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:40:47 +08:00
[fastrtps] no uwp (#34702)
This commit is contained in:
parent
915077e26e
commit
3961f34cac
@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "fastrtps",
|
||||
"version": "2.7.0",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "Eprosima Fast RTPS is a C++ implementation of the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium.",
|
||||
"homepage": "https://www.eprosima.com/",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"asio",
|
||||
"fastcdr",
|
||||
|
@ -309,10 +309,8 @@ evpp:arm64-android=fail
|
||||
evpp:x64-android=fail
|
||||
faiss:arm64-windows=fail
|
||||
fastrtps:arm-neon-android=fail
|
||||
fastrtps:arm64-uwp=fail
|
||||
fastrtps:arm64-android=fail
|
||||
fastrtps:x64-android=fail
|
||||
fastrtps:x64-uwp=fail
|
||||
fastrtps:x64-windows-static-md=fail
|
||||
fastrtps:x64-windows-static=fail
|
||||
fdk-aac:arm-neon-android=fail
|
||||
|
@ -2538,7 +2538,7 @@
|
||||
},
|
||||
"fastrtps": {
|
||||
"baseline": "2.7.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"fawdlstty-libfv": {
|
||||
"baseline": "0.0.8",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2b2c27c3a92da80b837e5f14641cd6ea2b5fc6f6",
|
||||
"version": "2.7.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "75ba9fed16853532cfc26487e85e4309289b8dd2",
|
||||
"version": "2.7.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user