From: eap Date: Mon, 25 Jun 2018 11:33:57 +0000 (+0300) Subject: Typo-fix by Kunda X-Git-Tag: SHAPER_V9_1_0RC1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7c3ca79cb2763b3b7b40d82a727bce7faa3b23c8;p=modules%2Fmed.git Typo-fix by Kunda http://www.salome-platform.org/forum/forum_9/625363577 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f48ff773c..21a4fc92a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ SET(KERNEL_ROOT_DIR $ENV{KERNEL_ROOT_DIR} CACHE PATH "Path to the Salome KERNEL" IF(EXISTS ${KERNEL_ROOT_DIR}) LIST(APPEND CMAKE_MODULE_PATH "${KERNEL_ROOT_DIR}/salome_adm/cmake_files") FIND_PACKAGE(SalomeKERNEL REQUIRED) - KERNEL_WITH_CORBA() #check whether KERNEL builded with CORBA + KERNEL_WITH_CORBA() #check whether KERNEL built with CORBA ADD_DEFINITIONS(${KERNEL_DEFINITIONS}) INCLUDE_DIRECTORIES(${KERNEL_INCLUDE_DIRS}) SET(_default_MPI ${SALOME_USE_MPI}) @@ -111,7 +111,7 @@ IF(SALOME_BUILD_GUI) IF(EXISTS ${GUI_ROOT_DIR}) LIST(APPEND CMAKE_MODULE_PATH "${GUI_ROOT_DIR}/adm_local/cmake_files") FIND_PACKAGE(SalomeGUI REQUIRED) - SALOME_GUI_WITH_CORBA() #check whether GUI builded with CORBA + SALOME_GUI_WITH_CORBA() #check whether GUI built with CORBA SALOME_GUI_MODE(SALOME_USE_SALOMEOBJECT SALOME_USE_PYCONSOLE OPTIONAL SALOME_USE_PVVIEWER) ADD_DEFINITIONS(${GUI_DEFINITIONS}) INCLUDE_DIRECTORIES(${GUI_INCLUDE_DIRS}) diff --git a/README b/README index ccb06fab2..b61c1cfbf 100644 --- a/README +++ b/README @@ -98,7 +98,7 @@ Memory, the installer may run: - test_MEDMEM_MeshingPoly To check the upper layer (CORBA, Client), the installer may run in the SALOME -Python consol: +Python console: - Med_Gen_test.py - medClient_test.py