From 785f2fda7ec73d3d52d32d60721d25b3d712eaec Mon Sep 17 00:00:00 2001 From: Clement Jamin Date: Wed, 17 Dec 2014 14:46:36 +0100 Subject: [PATCH] Concurrency should be OFF by default --- .../examples/Point_set_processing_3/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Point_set_processing_3/examples/Point_set_processing_3/CMakeLists.txt b/Point_set_processing_3/examples/Point_set_processing_3/CMakeLists.txt index aee2bd4cefa..c4d94470200 100644 --- a/Point_set_processing_3/examples/Point_set_processing_3/CMakeLists.txt +++ b/Point_set_processing_3/examples/Point_set_processing_3/CMakeLists.txt @@ -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 )