Why both GLFW aand GLUT being used in libigl-example-project
Closed this issue · 1 comments
Namdhari commented
Why both GLFW aand GLUT being used in libigl-example-project ?
Referring libigl-example-project/CMakeLists.txt
find_package(GLFWH REQUIRED)
include_directories( ${GLFW_INCLUDE_DIR})
find_package(GLUT REQUIRED)
Is it a mistake or deliberately done ?
alecjacobson commented
Yup, that was a mistake. I just pushed a fix affdffa.