Concurrency should be OFF by default

This commit is contained in:
Clement Jamin 2014-12-17 14:46:36 +01:00
parent 1cf3c2fe91
commit 785f2fda7e
1 changed files with 1 additions and 1 deletions

View File

@ -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 )