aboutsummaryrefslogtreecommitdiff
path: root/ports/geographiclib/usage
diff options
context:
space:
mode:
authorCharles Karney <charles@karney.com>2020-07-14 11:44:21 -0400
committerGitHub <noreply@github.com>2020-07-14 08:44:21 -0700
commite55460813578f6a8633bbf76ef96e10c1fa22382 (patch)
treecebd41de72ed1995381be03f4b172d71543e8f6c /ports/geographiclib/usage
parent8e3c3042698066a7336bc26f8c88391bcaddefb2 (diff)
downloadvcpkg-e55460813578f6a8633bbf76ef96e10c1fa22382.tar.gz
vcpkg-e55460813578f6a8633bbf76ef96e10c1fa22382.zip
[geographiclib] Update to 1.50.1 (#12379)
* 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>
Diffstat (limited to 'ports/geographiclib/usage')
-rw-r--r--ports/geographiclib/usage12
1 files changed, 4 insertions, 8 deletions
diff --git a/ports/geographiclib/usage b/ports/geographiclib/usage
index 7ba01a433..b4834435d 100644
--- a/ports/geographiclib/usage
+++ b/ports/geographiclib/usage
@@ -1,8 +1,4 @@
-The package geographiclib:x64-linux provides CMake targets:
-
- find_package(GeographicLib CONFIG REQUIRED)
- #dynamic
- target_link_libraries(main PRIVATE GeographicLib GeographicLib::GeographicLib)
- #static
- target_link_libraries(main PRIVATE GeographicLib_STATIC GeographicLib::GeographicLib_STATIC)
- \ No newline at end of file
+The package @PORT@:@TARGET_TRIPLET@ provides CMake targets:
+
+ find_package (GeographicLib CONFIG REQUIRED)
+ target_link_libraries (main PRIVATE ${GeographicLib_LIBRARIES})