From 5f1d9ca3adf199dcdd4cd9214732273879a44fe5 Mon Sep 17 00:00:00 2001 From: PonomarevDA Date: Sat, 18 Nov 2023 15:20:17 +0300 Subject: [PATCH] update link to geographiclib repo --- 3rdparty/External_geographiclib.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/External_geographiclib.cmake b/3rdparty/External_geographiclib.cmake index 589fe57..ed20741 100644 --- a/3rdparty/External_geographiclib.cmake +++ b/3rdparty/External_geographiclib.cmake @@ -1,7 +1,7 @@ include(ExternalProject) ExternalProject_Add(geographiclib-external - GIT_REPOSITORY https://git.code.sf.net/p/geographiclib/code + GIT_REPOSITORY https://github.com/geographiclib/geographiclib.git GIT_TAG v1.48 #URL https://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.48.tar.gz CMAKE_ARGS -DGEOGRAPHICLIB_LIB_TYPE=STATIC -DCMAKE_POSITION_INDEPENDENT_CODE=ON