Skip to content

Commit

Permalink
Disable tbb in wheels (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Jan 12, 2024
1 parent 7c698d6 commit f57a78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/wheels/build_f3d_superbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cmake -S ./source -B ./fsbb \
-DENABLE_openvdb=OFF \
-DENABLE_ospray=OFF \
-DENABLE_pybind11=ON \
-DENABLE_tbb=ON \
-DENABLE_tbb=OFF \
-DENABLE_vtk=ON \
-DOCCT_ENABLE_COLORING=ON \
-DUSE_SYSTEM_python3=ON \
Expand Down

0 comments on commit f57a78b

Please sign in to comment.