Совместимость с новыми версиями GeographicLib

This commit is contained in:
Andrei Astafev 2024-03-11 14:36:32 +03:00
parent 115be2de15
commit 100f939b68

View File

@ -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)