]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Remove some excess things
authoreap <eap@opencascade.com>
Thu, 5 Sep 2013 14:16:03 +0000 (14:16 +0000)
committereap <eap@opencascade.com>
Thu, 5 Sep 2013 14:16:03 +0000 (14:16 +0000)
-OPTION(SALOME_USE_MPI "Use MPI containers" ${SALOME_USE_MPI})

-MARK_AS_ADVANCED(SALOME_USE_LIBBATCH)

CMakeLists.txt

index f3401aada4d66021ef759a11b56c53018a9b52ae..d1967ab97858f63d248078e604f7c63ef6d578a0 100755 (executable)
@@ -56,7 +56,7 @@ LIST(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/adm_local/cmake_files")
 # User options
 # (some options have already been defined in KERNEL) 
 # ============
-OPTION(SALOME_USE_MPI "Use MPI containers" ${SALOME_USE_MPI})
+#OPTION(SALOME_USE_MPI "Use MPI containers" ${SALOME_USE_MPI})
 OPTION(SALOME_BUILD_DOC "Generate SALOME GUI documentation" ${SALOME_BUILD_DOC})
 OPTION(SALOME_BUILD_TESTS "Build SALOME tests" ${SALOME_BUILD_TESTS})
 
@@ -71,7 +71,7 @@ OPTION(SALOME_USE_PLOT2DVIEWER "Enable Plot2D visualization (Mandatory in classi
 OPTION(SALOME_USE_PYCONSOLE "Enable Python GUI interface (Mandatory in classic configurations)" ON)
 OPTION(SALOME_USE_QXGRAPHVIEWER "Enable QX graph visualization (Mandatory in classic configurations)" ON)
 
-MARK_AS_ADVANCED(SALOME_LIGHT_ONLY SALOME_USE_LIBBATCH SALOME_USE_VTKVIEWER SALOME_USE_VTKVIEWER)
+MARK_AS_ADVANCED(SALOME_LIGHT_ONLY SALOME_USE_VTKVIEWER SALOME_USE_VTKVIEWER)
 MARK_AS_ADVANCED(SALOME_USE_SALOMEOBJECT SALOME_USE_OCCVIEWER SALOME_USE_GLVIEWER SALOME_USE_PLOT2DVIEWER)
 MARK_AS_ADVANCED(SALOME_USE_PYCONSOLE SALOME_USE_QXGRAPHVIEWER)