mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 07:15:08 -06:00
Remove option for igl static build due to Eigen version mismatch .
This commit is contained in:
parent
5d6c59bfac
commit
74b420d608
3 changed files with 7 additions and 6 deletions
2
deps/deps-windows.cmake
vendored
2
deps/deps-windows.cmake
vendored
|
@ -264,7 +264,7 @@ ExternalProject_Add(dep_libigl
|
|||
-DLIBIGL_BUILD_PYTHON=OFF
|
||||
-DLIBIGL_BUILD_TESTS=OFF
|
||||
-DLIBIGL_BUILD_TUTORIALS=OFF
|
||||
-DLIBIGL_USE_STATIC_LIBRARY=${DEP_BUILD_IGL_STATIC}
|
||||
-DLIBIGL_USE_STATIC_LIBRARY=OFF #${DEP_BUILD_IGL_STATIC}
|
||||
-DLIBIGL_WITHOUT_COPYLEFT=OFF
|
||||
-DLIBIGL_WITH_CGAL=OFF
|
||||
-DLIBIGL_WITH_COMISO=OFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue