From 100f939b68892b14a557e0fb1b2f93e89a5e78da Mon Sep 17 00:00:00 2001 From: Andrei Astafev Date: Mon, 11 Mar 2024 14:36:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B2=D0=BC=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C=20=D1=81=20=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D1=8B=D0=BC=D0=B8=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F?= =?UTF-8?q?=D0=BC=D0=B8=20GeographicLib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FindGeographicLib.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FindGeographicLib.cmake b/FindGeographicLib.cmake index 58932cc..ccd56c3 100644 --- a/FindGeographicLib.cmake +++ b/FindGeographicLib.cmake @@ -6,7 +6,7 @@ # GeographicLib_LIBRARIES = /usr/local/lib/libGeographic.so # GeographicLib_LIBRARY_DIRS = /usr/local/lib -find_library (GeographicLib_LIBRARIES Geographic +find_library (GeographicLib_LIBRARIES Geographic GeographicLib PATHS "${CMAKE_INSTALL_PREFIX}/../GeographicLib/lib") if (GeographicLib_LIBRARIES)