JamesPerlman / TurboNeRF

A render engine for NeRFs!
MIT License
312 stars 16 forks source link

Fix GFLW include #10

Closed MrNeRF closed 1 year ago

MrNeRF commented 1 year ago

Please compare the include path of GLFW. In the includes, the glfw3.h is located under includes/glfw/include/GLFW/glfw3.h I suspect that cmake finds a random installation of glfw on your system. For me, the current include does not build because the path is not specified correctly.

Ok, last one for this evening :) Have a nice day.

MrNeRF commented 1 year ago

Or maybe upper/lower case does not matter on Windows. Just guessing.

JamesPerlman commented 1 year ago

Yeah, it seems Windows doesn't care about the lowercase stuff. I believe I am going to remove GLFW, it doesn't look like we need it. I will still merge this for now. Cheers!