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 )
|
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()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue