idaho777 / computer-graphics-bounding-volume-hierarchy

Computer Graphics Assignment about Bounding Volume Hierarchies
0 stars 0 forks source link

CMake Build Failed Caused by Outdated libigl #1

Closed Samarium150 closed 3 years ago

Samarium150 commented 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.

Samarium150 commented 3 years ago

way to reslove: #56

BenWeisz commented 3 years ago

Alternatively: Link