You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delaunay Triangulations can be inserted into or deleted from in parallel using TBB by setting CGAL_LINKED_WITH_TBB. This fails under the current build.
Details
Operating System: All
Compiler + version: All
Steps to reproduce (if applicable)
In StandardProjectSettings.cmake add -DCGAL_LINKED_WITH_TBB.
Description of Problem, Request, or Question
Delaunay Triangulations can be inserted into or deleted from in parallel using TBB by setting
CGAL_LINKED_WITH_TBB
. This fails under the current build.Details
Steps to reproduce (if applicable)
In
StandardProjectSettings.cmake
add-DCGAL_LINKED_WITH_TBB
.https://github.com/acgetchell/CDT-plusplus/blob/develop/cmake/StandardProjectSettings.cmake#L53
A lot of linker errors result, e.g.
The text was updated successfully, but these errors were encountered: