瀏覽代碼

updated cmakelist.txt for CGAL

Former-commit-id: 7ebe61ea680ffef08a2a3e3cb664e460e4372ca6
gaoxifeng 7 年之前
父節點
當前提交
0e45671170
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorial/CMakeLists.txt

+ 1 - 1
tutorial/CMakeLists.txt

@@ -10,7 +10,7 @@ find_package(MATLAB QUIET)
 find_package(MOSEK)
 find_package(MOSEK)
 
 
 ### libIGL options: choose between header only and compiled static library
 ### libIGL options: choose between header only and compiled static library
-option(LIBIGL_USE_STATIC_LIBRARY "Use LibIGL as static library" ON)
+option(LIBIGL_USE_STATIC_LIBRARY "Use LibIGL as static library" OFF)
 option(LIBIGL_WITH_VIEWER      "Use OpenGL viewer"  ON)
 option(LIBIGL_WITH_VIEWER      "Use OpenGL viewer"  ON)
 option(LIBIGL_WITH_NANOGUI     "Use Nanogui menu"   OFF)
 option(LIBIGL_WITH_NANOGUI     "Use Nanogui menu"   OFF)
 option(LIBIGL_WITH_EMBREE      "Use Embree"         ON)
 option(LIBIGL_WITH_EMBREE      "Use Embree"         ON)