mirror of https://github.com/CGAL/cgal
Fix CMakeLists.txt
This commit is contained in:
parent
f23f3c0979
commit
f8217182dd
|
|
@ -18,7 +18,7 @@ if ( CGAL_FOUND )
|
|||
find_package( TBB QUIET )
|
||||
if( TBB_FOUND )
|
||||
include( CGAL_target_use_TBB )
|
||||
CGAL_target_use_TBB( parallel )
|
||||
CGAL_target_use_TBB( parallel_spatial_sort_2 )
|
||||
endif()
|
||||
else()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue