vcpkg/ports/geographiclib/vcpkg.json
Billy O'Neal d6f3c6f064
[geographiclib] Remove vcpkg_fail_port_install. (#22747)
Separated out into its own PR because it needed to add to a "supports" in a feature.

In support of https://github.com/microsoft/vcpkg/pull/21502
2022-01-24 00:13:59 -08:00

14 lines
328 B
JSON

{
"name": "geographiclib",
"version": "1.52",
"port-version": 2,
"description": "GeographicLib, a C++ library for performing geographic conversions",
"homepage": "https://geographiclib.sourceforge.io",
"features": {
"tools": {
"description": "The GeographicLib tools",
"supports": "!uwp"
}
}
}