From: mpa Date: Mon, 15 Jun 2015 08:13:55 +0000 (+0300) Subject: editing description of SALOME_GUI_MODE() macro X-Git-Tag: V7_7_0a1~38 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b230ccae973fe26603d6eae985f295808f23a0b2;p=modules%2Fgui.git editing description of SALOME_GUI_MODE() macro --- diff --git a/adm_local/cmake_files/FindSalomeGUI.cmake b/adm_local/cmake_files/FindSalomeGUI.cmake index 59a621a88..0e441f94b 100644 --- a/adm_local/cmake_files/FindSalomeGUI.cmake +++ b/adm_local/cmake_files/FindSalomeGUI.cmake @@ -65,12 +65,20 @@ ENDMACRO(SALOME_GUI_WITH_CORBA) # _options [input] List - The list of CMake options given to SALOME GUI # # Notes: -# The arguments list can include "OPTIONAL" keywords: -# * All arguments preceded by "OPTIONAL" keyword are mandatory for current module. -# If GUI module was compiled without this functionality, further installation -# of the current module becomes impossible. -# * All arguments following "OPTIONAL" keyword are optional for current module, which -# uses this functionality, but can be installed without it. +# - The arguments list can include "OPTIONAL" keywords: +# * All arguments preceded by "OPTIONAL" keyword are mandatory for current module. +# If GUI module was compiled without this functionality, further installation +# of the current module becomes impossible. +# * All arguments following "OPTIONAL" keyword are optional for current module, which +# uses this functionality, but can be installed without it. +# +# - At present there are next options in the GUI module: +# SALOME_USE_OCCVIEWER, SALOME_USE_VTKVIEWER, SALOME_USE_GLVIEWER, SALOME_USE_PLOT2DVIEWER, +# SALOME_USE_GRAPHICSVIEW, SALOME_USE_QXGRAPHVIEWER, SALOME_USE_PVVIEWER, SALOME_USE_PYVIEWER, +# SALOME_USE_PYCONSOLE, SALOME_USE_SALOMEOBJECT +# +# Example of usage: +# SALOME_GUI_MODE(SALOME_USE_OCCVIEWER SALOME_USE_SALOMEOBJECT OPTIONAL SALOME_USE_PYCONSOLE) # MACRO(SALOME_GUI_MODE) MESSAGE(STATUS "")