vcpkg/ports/soem/vcpkg.json
Ómar Högni Guðmarsson f69780b5c9
[soem]Update version to latest. (#31889)
* Switch soem to version-date for rolling head library

* update database

* Remove unused patches and correct port-version

* update database

* review changes

* database update

* Update license to use new function

* update database

* Disable Werror soem

* update database
2023-06-13 20:51:38 -07:00

18 lines
342 B
JSON

{
"name": "soem",
"version-date": "2023-06-09",
"description": "Simple Open Source EtherCAT Master",
"homepage": "https://github.com/OpenEtherCATsociety/SOEM",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "winpcap",
"platform": "windows"
}
]
}