From: eap Date: Wed, 13 Nov 2013 13:01:26 +0000 (+0000) Subject: -OPTION(SALOME_SMESH_USE_TBB "Enable shape recognition from picture" OFF) X-Git-Tag: V7_3_0a1~75 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=6a811b721c839508a4849ac1cc9516ee09f4ffe1 -OPTION(SALOME_SMESH_USE_TBB "Enable shape recognition from picture" OFF) +OPTION(SALOME_SMESH_USE_TBB "Enable parallel computation" OFF) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b77b470bc..cd223ad80 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ OPTION(SALOME_BUILD_DOC "Generate SALOME SMESH documentation" ON) # Advanced options: OPTION(SALOME_BUILD_GUI "Enable GUI" ON) OPTION(SALOME_SMESH_USE_CGNS "Enable import/export to CGNS format" OFF) -OPTION(SALOME_SMESH_USE_TBB "Enable shape recognition from picture" OFF) +OPTION(SALOME_SMESH_USE_TBB "Enable parallel computation" OFF) #On Linux use Fortran to compile MEFISTO2D IF(NOT WIN32)