소스 검색

recover cmakelist.txt

Former-commit-id: cdec2a73f72e4b2fd0a06f47efcf22ae816ee77b
gaoxifeng 7 년 전
부모
커밋
05df8d4eb9
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)
 
 ### libIGL options: choose between header only and compiled static library
-option(LIBIGL_USE_STATIC_LIBRARY "Use LibIGL as static library" OFF)
+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"   OFF)
 option(LIBIGL_WITH_EMBREE      "Use Embree"         ON)