mirror of https://github.com/CGAL/cgal
also test parallel version
This commit is contained in:
parent
f0464a9e2f
commit
b8b7f6354e
|
|
@ -111,6 +111,7 @@ if(TARGET CGAL::TBB_support)
|
|||
target_link_libraries(orient_polygon_soup_test PRIVATE CGAL::TBB_support)
|
||||
target_link_libraries(self_intersection_surface_mesh_test PRIVATE CGAL::TBB_support)
|
||||
target_link_libraries(test_autorefinement PRIVATE CGAL::TBB_support)
|
||||
target_link_libraries(test_snap_rounding PRIVATE CGAL::TBB_support)
|
||||
else()
|
||||
message(STATUS "NOTICE: Intel TBB was not found. Tests will use sequential code.")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue