Fix CMakeLists.txt

This commit is contained in:
Andreas Fabri 2019-11-15 10:11:30 +01:00
parent f23f3c0979
commit f8217182dd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if ( CGAL_FOUND )
find_package( TBB QUIET ) find_package( TBB QUIET )
if( TBB_FOUND ) if( TBB_FOUND )
include( CGAL_target_use_TBB ) include( CGAL_target_use_TBB )
CGAL_target_use_TBB( parallel ) CGAL_target_use_TBB( parallel_spatial_sort_2 )
endif() endif()
else() else()