mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 10:39:06 +08:00
6fec1e983d
* [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.
25 lines
500 B
JSON
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"
|
|
}
|
|
}
|
|
}
|