vcpkg/ports/nrf-ble-driver/vcpkg.json
Mickaël Thomas 1ba9a2591f
[nrf-ble-driver] Fix incorrect tag, version number & compilation with gcc-11.2.0 (#31873)
* [nrf-ble-driver] fix compilation with gcc 11.2.0

PR: https://github.com/NordicSemiconductor/pc-ble-driver/pull/272

* [nrf-ble-driver] fix version & use correct tag

- Fixed version inconsistency (#28036)
- Used correct tag with precompiled hex files
2023-06-12 16:55:21 -07:00

23 lines
515 B
JSON

{
"name": "nrf-ble-driver",
"version": "4.1.4",
"port-version": 1,
"description": "BLE driver is a library for Bluetooth Low Energy communication using Nordic Semiconductor development kits.",
"homepage": "https://github.com/NordicSemiconductor/pc-ble-driver",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
"asio",
"cli11",
"spdlog",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}