mirror of https://github.com/CGAL/cgal
Actually use TBB in test...
This commit is contained in:
parent
e33fa57213
commit
c2f99dc723
|
|
@ -98,6 +98,7 @@ endif()
|
||||||
|
|
||||||
if( TBB_FOUND )
|
if( TBB_FOUND )
|
||||||
CGAL_target_use_TBB(test_pmp_distance)
|
CGAL_target_use_TBB(test_pmp_distance)
|
||||||
|
CGAL_target_use_TBB(self_intersection_surface_mesh_test)
|
||||||
else()
|
else()
|
||||||
message( STATUS "NOTICE: Intel TBB was not found. test_pmp_distance will use sequential code." )
|
message( STATUS "NOTICE: Intel TBB was not found. test_pmp_distance will use sequential code." )
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue