Closed Samarium150 closed 3 years ago
The libigl submodule cannot find Eigen due to outdated dependencies.
CMake Error at .cache/eigen/eigen-download-prefix/src/eigen-download-stamp/download-eigen-download.cmake:159 (message): Each download failed! error: downloading 'http://bitbucket.org/eigen/eigen/get/3.2.10.tar.gz' failed status_code: 22 status_string: "HTTP response code said error" log: --- LOG BEGIN --- Trying 104.192.141.1:80...
Using git submodule update --remote --merge to update will solve the error.
git submodule update --remote --merge
way to reslove: #56
Alternatively: Link
The libigl submodule cannot find Eigen due to outdated dependencies.
Usinggit submodule update --remote --merge
to update will solve the error.