dilevin / computer-graphics-bounding-volume-hierarchy

Computer Graphics Assignment about Bounding Volume Hierarchies
6 stars 5 forks source link

I am getting an error on include file for igl #66

Closed ShuvamDas123 closed 9 months ago

ShuvamDas123 commented 9 months ago

glad.h is not found.

Can i ignore this error or is it important for the assignment?

Zhecheng-Wang commented 9 months ago

I think this is coming from CMake -- you won't be able to build the code with a CMake error. Did you clone the project with --recursive flag? If so, try to search the error + your OS online. For Linux, it is easy to fix by installing some packages from package managers.

ShuvamDas123 commented 9 months ago

Hi I think when I do cmakeit seems to be cloned. I am doing it right now and I think that works not sure. It just showed glad is cloned when doing cmake.

The earlier error was coming from vscode ide problems

ShuvamDas123 commented 9 months ago

I think it works so closing the issue