File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -919,8 +919,6 @@ if(EXPERIMENTAL AND ENABLE_TBB)
919919 # ("exact" CGAL numerics are not thread-safe)
920920 target_compile_options (OpenSCAD PRIVATE
921921 -DENABLE_TBB
922- -DTHRUST_HOST_SYSTEM=THRUST_HOST_SYSTEM_TBB
923- -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_TBB
924922 )
925923 find_package (TBB QUIET )
926924 if (NOT TBB_FOUND AND PKG_CONFIG_FOUND)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ PACKAGES2="libboost-all-dev libeigen3-dev libzip-dev libcrypto++-dev"
99PACKAGES3=" libxi-dev libxmu-dev qtbase5-dev qtmultimedia5-dev libqt5opengl5-dev libqt5svg5-dev libqscintilla2-qt5-dev"
1010PACKAGES4=" libcairo2-dev libcgal-dev libglew-dev libgmp-dev libmpfr-dev libegl-dev libegl1-mesa-dev"
1111PACKAGES5=" libdouble-conversion-dev libfontconfig-dev libharfbuzz-dev libopencsg-dev lib3mf-dev libtbb-dev"
12- PACKAGES6=" libthrust-dev libglm-dev libxml2-dev"
12+ PACKAGES6=" libglm-dev libxml2-dev"
1313
1414if [[ " $DIST " == " focal" ]]; then
1515
You can’t perform that action at this time.
0 commit comments