mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 12:59:00 +08:00
4e0e7efa6a
* 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.
18 lines
364 B
JSON
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
|
|
}
|
|
]
|
|
}
|