vcpkg/ports/geographiclib/vcpkg.json
Julia DeMille 6fec1e983d
[geographiclib] Remove unnecessary and broken cross-compile check. (#35030)
* [geographiclib] Removed cross-compile check.

It is broken, and as far as I can tell, unnecessary.
The target is still validated, but whether or not cross-compiling is
occuring is not. Related to microsoft#8104.

* [geographiclib] Port version bumped.
2023-11-16 12:57:06 -08:00

25 lines
500 B
JSON

{
"name": "geographiclib",
"version": "2.3",
"port-version": 1,
"description": "GeographicLib, a C++ library for performing geographic conversions",
"homepage": "https://geographiclib.sourceforge.io",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "The GeographicLib tools",
"supports": "!uwp"
}
}
}