I can see from CMakeLists.txt in assignment 1 that libigl is automatically downloaded by the script, but the problem is that LIBIGL_INCLUDE_DIR is not explicitly set.
My question is: should we set it manually ourselves or should we set it by modifying the CMAKE file?
I can see from CMakeLists.txt in assignment 1 that
libigl
is automatically downloaded by the script, but the problem is thatLIBIGL_INCLUDE_DIR
is not explicitly set.My question is: should we set it manually ourselves or should we set it by modifying the CMAKE file?
Thanks