vcpkg/ports/liblemon/vcpkg.json
Marco Correia 4e0e7efa6a
[liblemon] Supports recent compilers. (#34532)
* Supports recent compilers.

Recent compilers (e.g. clang>=16) changed the default c++ standard to
cxx17. This will break compilation of liblemon. This commit forces
code to be compiled in cxx14 mode.

* Updates port version.
2023-10-18 10:21:47 -07:00

18 lines
364 B
JSON

{
"name": "liblemon",
"version-date": "2019-06-13",
"port-version": 8,
"description": "Library for Efficient Modeling and Optimization in Networks",
"homepage": "https://lemon.cs.elte.hu/trac/lemon",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}