Skip to content

Commit 1471b6c

Browse files
committed
Parallel Mesh_3 by default
1 parent 97497b6 commit 1471b6c

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" OFF)
92+
option(CGAL_ACTIVATE_CONCURRENT_MESH_3 "Activate parallelism in Mesh_3" ON)
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)