Actually use TBB in test...

This commit is contained in:
Mael 2020-02-04 18:18:45 +01:00 committed by GitHub
parent e33fa57213
commit c2f99dc723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ endif()
if( TBB_FOUND )
CGAL_target_use_TBB(test_pmp_distance)
CGAL_target_use_TBB(self_intersection_surface_mesh_test)
else()
message( STATUS "NOTICE: Intel TBB was not found. test_pmp_distance will use sequential code." )
endif()