From: vsr Date: Fri, 11 May 2018 06:12:53 +0000 (+0300) Subject: Fix misprint X-Git-Tag: V8_5_0rc2^0 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=bcace202ddb09eef5a45e770dd6fe10095c057c5 Fix misprint --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c8dbfa0b..ec4b32501 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ OPTION(SALOME_SMESH_USE_CGNS "Enable import/export to CGNS format" OFF) OPTION(SALOME_SMESH_USE_TBB "Enable parallel computation" OFF) OPTION(SALOME_SMESH_DYNLOAD_LOCAL "Load plug-ins' symbols locally (Linux only)" ON) CMAKE_DEPENDENT_OPTION(SALOME_SMESH_BUILD_FRENCH_DOC "Generate SALOME SMESH French documentation" OFF - "NOT SALOME_BUILD_DOC" OFF) + "SALOME_BUILD_DOC" OFF) IF(SALOME_SMESH_DYNLOAD_LOCAL) ADD_DEFINITIONS(-DDYNLOAD_LOCAL)