mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-20 08:37:49 +08:00
e554608135
* Upgrade geographiclib to version 1.50.1 * Tinker with sourceforge download * Strip verbiage at top of geographiclib/portfile.cmake * geographiclib: fix for windows build * geographiclib: minimize size of patch file * add missing manifest * A stab at fixing uwp build error. But I'm working in the dark! * Back out of previous commit. It didn't help. * Call cmake_minimum_required first * geographiclib: remove tools from build -- incompatible with uwp * geographiclib: remove stray reference to TOOLS * geographiclib: try installing executables into tools * geographiclib: Do not build tools for uwp * geographiclib: fix up build of tools * geographiclib: Minor clean up * geographiclib: handle uwp vs tools more elegantly * geographiclib: reformation vcpkg,json * geographiclib: don't build tools by default * geographiclib: Don't register the tools as targets; this causes problems if they are moved Co-authored-by: Charles Karney <charles.karney@sri.com>
13 lines
304 B
JSON
13 lines
304 B
JSON
{
|
|
"name": "geographiclib",
|
|
"version-string": "1.50.1",
|
|
"homepage": "https://geographiclib.sourceforge.io",
|
|
"description": "GeographicLib, a C++ library for performing geographic conversions",
|
|
"features": [
|
|
{
|
|
"name": "tools",
|
|
"description": "The GeographicLib tools"
|
|
}
|
|
]
|
|
}
|