We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97497b6 commit 1471b6cCopy full SHA for 1471b6c
1 file changed
Lab/demo/Lab/CMakeLists.txt
@@ -89,7 +89,7 @@ if(NOT LIBSSH_FOUND)
89
endif()
90
91
# Activate concurrency ? (turned OFF by default)
92
-option(CGAL_ACTIVATE_CONCURRENT_MESH_3 "Activate parallelism in Mesh_3" OFF)
+option(CGAL_ACTIVATE_CONCURRENT_MESH_3 "Activate parallelism in Mesh_3" ON)
93
94
# And add -DCGAL_CONCURRENT_MESH_3 if that option is ON
95
if(CGAL_ACTIVATE_CONCURRENT_MESH_3 OR "$ENV{CGAL_ACTIVATE_CONCURRENT_MESH_3}")
0 commit comments