aboutsummaryrefslogtreecommitdiff
path: root/ports/geographiclib/usage
diff options
context:
space:
mode:
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})