Skip to content

Commit 989de1c

Browse files
committed
Revert "Parallel Mesh_3 by default"
This reverts commit 1471b6c.
1 parent 1471b6c commit 989de1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lab/demo/Lab/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if(NOT LIBSSH_FOUND)
8989
endif()
9090

9191
# Activate concurrency ? (turned OFF by default)
92-
option(CGAL_ACTIVATE_CONCURRENT_MESH_3 "Activate parallelism in Mesh_3" ON)
92+
option(CGAL_ACTIVATE_CONCURRENT_MESH_3 "Activate parallelism in Mesh_3" OFF)
9393

9494
# And add -DCGAL_CONCURRENT_MESH_3 if that option is ON
9595
if(CGAL_ACTIVATE_CONCURRENT_MESH_3 OR "$ENV{CGAL_ACTIVATE_CONCURRENT_MESH_3}")

0 commit comments

Comments
 (0)