Use new gitlab remote to clone eigen.

This commit is contained in:
Nico Brügel
2020-10-18 12:43:09 -07:00
committed by Jérémie Dumas
parent d69073c329
commit a2a1479a88
+1 -2
View File
@@ -67,7 +67,7 @@ endfunction()
set(LIBIGL_EIGEN_VERSION 3.3.7 CACHE STRING "Default version of Eigen used by libigl.")
function(igl_download_eigen)
igl_download_project(eigen
GIT_REPOSITORY https://github.com/eigenteam/eigen-git-mirror.git
GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
GIT_TAG ${LIBIGL_EIGEN_VERSION}
${LIBIGL_BRANCH_OPTIONS}
)
@@ -196,4 +196,3 @@ function(igl_download_tutorial_data)
GIT_TAG 37d4e836054c9c2d2125a817c489ed8e07cd56fc
)
endfunction()