diff options
Diffstat (limited to 'ports/geographiclib')
| -rw-r--r-- | ports/geographiclib/vcpkg.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ports/geographiclib/vcpkg.json b/ports/geographiclib/vcpkg.json index 8ec469c90..bccf0054f 100644 --- a/ports/geographiclib/vcpkg.json +++ b/ports/geographiclib/vcpkg.json @@ -3,10 +3,9 @@ "version-string": "1.50.1", "description": "GeographicLib, a C++ library for performing geographic conversions", "homepage": "https://geographiclib.sourceforge.io", - "features": [ - { - "name": "tools", + "features": { + "tools": { "description": "The GeographicLib tools" } - ] + } } |
