vcpkg/ports/geographiclib/vcpkg.json
Charles Karney e7343e50b1
[geographiclib] Update to version 1.51 (#14711)
* [geographiclib] Update to version 1.51

This is just a routine upgrade.

* Use git diff to create patch file

* Preserve execute permissions on tools

* Handle installation of tools so that shared libs are found.

Co-authored-by: Charles Karney <charles.karney@sri.com>
2020-11-30 10:15:15 -08:00

12 lines
288 B
JSON

{
"name": "geographiclib",
"version-string": "1.51",
"description": "GeographicLib, a C++ library for performing geographic conversions",
"homepage": "https://geographiclib.sourceforge.io",
"features": {
"tools": {
"description": "The GeographicLib tools"
}
}
}