mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00: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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user