Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-10-14 14:42:09 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-10-14 14:42:09 +0300
commitcdc9fb0d8fd0901b7171887f24b435499a6476a4 (patch)
treea005781b2a54bec7d581767edcb94afaa63536d9 /src/libnest2d
parentfbc174ad061a0c6dbbd2cc66455e4bd949517af3 (diff)
Force using TBB on all platforms for libnest2d
Diffstat (limited to 'src/libnest2d')
-rw-r--r--src/libnest2d/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnest2d/CMakeLists.txt b/src/libnest2d/CMakeLists.txt
index ea2910511..6484da3d0 100644
--- a/src/libnest2d/CMakeLists.txt
+++ b/src/libnest2d/CMakeLists.txt
@@ -28,4 +28,4 @@ add_library(libnest2d ${LIBNEST2D_SRCFILES})
target_include_directories(libnest2d PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include)
target_link_libraries(libnest2d PUBLIC clipper NLopt::nlopt TBB::tbb Boost::boost)
-target_compile_definitions(libnest2d PUBLIC LIBNEST2D_STATIC LIBNEST2D_OPTIMIZER_nlopt LIBNEST2D_GEOMETRIES_clipper)
+target_compile_definitions(libnest2d PUBLIC USE_TBB LIBNEST2D_STATIC LIBNEST2D_OPTIMIZER_nlopt LIBNEST2D_GEOMETRIES_clipper)