nmoehrle / mvs-texturing

Algorithm to texture 3D reconstructions from multi-view stereo images
Other
931 stars 328 forks source link

eigen-lib download broken #162

Closed PriNova closed 3 years ago

PriNova commented 3 years ago

Hi Mr. Moehrle.

The downloaf-link of eigen has changed. The eigen-libs are now hosted at gitlab.

In the texrecon/elibs/CMakeLists.txt @ L:25 the URL and MD5 need to be changed.

Solution:

URL: https://gitlab.com/libeigen/eigen/-/archive/3.3.2/eigen-3.3.2.tar.gz MD5: 02edfeec591ae09848223d622700a10b

Thank you for your great lib.

nmoehrle commented 3 years ago

Thank you :-) Should be fixed with #164