]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
64 bits mode is OFF by default
authoreap <eap@opencascade.com>
Wed, 17 Mar 2021 17:53:24 +0000 (20:53 +0300)
committereap <eap@opencascade.com>
Wed, 17 Mar 2021 17:53:24 +0000 (20:53 +0300)
CMakeLists.txt

index 99d18c1450bb96a594dcf30463a653ceee75909a..a50db1afee8d238ad06bb679d7459426baaecc47 100644 (file)
@@ -71,7 +71,7 @@ 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 parallel computation" OFF)
 OPTION(SALOME_SMESH_DYNLOAD_LOCAL "Load plug-ins' symbols locally (Linux only)" ON)
-OPTION(SALOME_USE_64BIT_IDS "Size of IDs to refer cells and nodes. 32 bits when OFF (default), 64 bits when ON." ON)
+OPTION(SALOME_USE_64BIT_IDS "Size of IDs to refer cells and nodes. 32 bits when OFF (default), 64 bits when ON." OFF)
 OPTION(SMESH_USE_MESHGEMS_HYPOSET "Prefer MeshGems algorithms in sets of hypotheses" OFF)
 CMAKE_DEPENDENT_OPTION(SALOME_SMESH_BUILD_FRENCH_DOC "Generate SALOME SMESH French documentation" OFF
                        "SALOME_BUILD_DOC" OFF)