vcpkg/ports/fastrtps/vcpkg.json
MonicaLiu 809266d51a
[fastrtps] Replace xtime with _timespec64 for fixing error C2065 (#30823)
* fix xtime*

* update version

* update patch

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-04-13 21:48:43 -07:00

24 lines
654 B
JSON

{
"name": "fastrtps",
"version": "2.7.0",
"port-version": 1,
"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",
"dependencies": [
"asio",
"fastcdr",
"foonathan-memory",
"openssl",
"tinyxml2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}