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)