mirror of https://github.com/CGAL/cgal
Concurrency should be OFF by default
This commit is contained in:
parent
1cf3c2fe91
commit
785f2fda7e
|
|
@ -48,7 +48,7 @@ if ( CGAL_FOUND )
|
|||
# Activate concurrency?
|
||||
option(ACTIVATE_CONCURRENT_PSP3
|
||||
"Enable concurrency"
|
||||
ON)
|
||||
OFF)
|
||||
|
||||
if( ACTIVATE_CONCURRENT_PSP3 OR ENV{ACTIVATE_CONCURRENT_PSP3} )
|
||||
find_package( TBB REQUIRED )
|
||||
|
|
|
|||
Loading…
Reference in New Issue