You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that ON and OFF are reversed?
include/nanogui/opengl.h includes GLFW/glfw3.h, so these 2 files are needed to be installed with NANOGUI_BUILD_GLFW=ON. If you do not want the conflict with a standalone glfw, you need to specify NANOGUI_BUILD_GLFW=OFF and depend on the standalone glfw package.
NANOGUI_BUILD_GLFW=OFF requires the fix in #104 .
The text was updated successfully, but these errors were encountered: