mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Add some missing methods into the igl patch.
Also, make the static igl dep build the default.
This commit is contained in:
parent
2ae2672ee9
commit
bb58d0fb69
2 changed files with 46 additions and 5 deletions
2
deps/CMakeLists.txt
vendored
2
deps/CMakeLists.txt
vendored
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue