Эх сурвалжийг харах

Disable Nanogui build.

Former-commit-id: 592c8c4cfe5ed4754def8bdc2310899a2c5d2e73
Jérémie Dumas 7 жил өмнө
parent
commit
92030c4673

+ 1 - 1
tutorial/CMakeLists.txt

@@ -12,7 +12,7 @@ find_package(MOSEK)
 ### libIGL options: choose between header only and compiled static library
 option(LIBIGL_USE_STATIC_LIBRARY "Use LibIGL as static library" ON)
 option(LIBIGL_WITH_VIEWER      "Use OpenGL viewer"  ON)
-option(LIBIGL_WITH_NANOGUI     "Use Nanogui menu"   ON)
+option(LIBIGL_WITH_NANOGUI     "Use Nanogui menu"   OFF)
 
 ### libIGL options: choose your dependencies (by default everything is OFF, in this example we need the viewer)
 option(LIBIGL_WITH_CGAL             "Use CGAL"           "${CGAL_FOUND}")