libigl/libigl-example-project

Why both GLFW aand GLUT being used in libigl-example-project

Closed this issue · 1 comments

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 ?

Yup, that was a mistake. I just pushed a fix affdffa.