Add some missing methods into the igl patch.

Also, make the static igl dep build the default.
This commit is contained in:
tamasmeszaros 2019-06-20 14:15:36 +02:00
parent 2ae2672ee9
commit bb58d0fb69
2 changed files with 46 additions and 5 deletions

2
deps/CMakeLists.txt vendored
View file

@ -35,7 +35,7 @@ set(DESTDIR "${CMAKE_CURRENT_BINARY_DIR}/destdir" CACHE PATH "Destination direct
option(DEP_DEBUG "Build debug variants (only applicable on Windows)" ON)
option(DEP_WX_STABLE "Build against wxWidgets stable 3.0 as opposed to default 3.1 (Linux only)" OFF)
option(DEP_BUILD_IGL_STATIC "Build IGL as a static library. Might cause link errors." OFF)
option(DEP_BUILD_IGL_STATIC "Build IGL as a static library. Might cause link errors." ON)
message(STATUS "PrusaSlicer deps DESTDIR: ${DESTDIR}")
message(STATUS "PrusaSlicer deps debug build: ${DEP_DEBUG}")