mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
WIP: Background processing is almost working now.
still PrintObject::_slice_volumes() needs some love to set the PrintObject matrices correctly.
This commit is contained in:
parent
ce7d196b43
commit
6c38cb2c32
8 changed files with 116 additions and 62 deletions
|
@ -70,7 +70,7 @@ if(TBB_FOUND)
|
|||
# The Intel TBB library will use the std::exception_ptr feature of C++11.
|
||||
target_compile_definitions(libnest2d INTERFACE -DTBB_USE_CAPTURED_EXCEPTION=1)
|
||||
|
||||
target_link_libraries(libnest2d INTERFACE ${TBB_LIBRARIES})
|
||||
target_link_libraries(libnest2d INTERFACE tbb)
|
||||
else()
|
||||
find_package(OpenMP QUIET)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue