X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bin%2FCMakeLists.txt;h=d19f8dc75ca40a2212e60762deee1c1394f927dd;hb=d8edd4804d9e6513a17c497c1a30326d4ba0d677;hp=f97300c1fc54a48629fc8425c647fc67608f5d80;hpb=7b8afe9697cd7ae55ec6c3ea9cbf1e26ca83dfd1;p=modules%2Fkernel.git diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt old mode 100755 new mode 100644 index f97300c1f..d19f8dc75 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2021 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -44,31 +44,22 @@ SET(SCRIPTS orbmodule.py ORBConfigFile.py parseConfigFile.py - runSalome + PortManager.py runSalome.py runSession.py runConsole.py + runRemote.py runTests.py - salomeConsole.py ${CMAKE_CURRENT_BINARY_DIR}/salomeContextUtils.py salomeContext.py - salome_session.py salome_utils.py searchFreePort.py server.py setenv.py showNS.py - shutdownSalome.py virtual_salome.py waitContainers.py waitNS.py ) -IF(SALOME_USE_PORTMANAGER) - SET(PORTMANAGER_SCRIPTS - PortManager.py - ) - LIST(APPEND SCRIPTS ${PORTMANAGER_SCRIPTS}) -ENDIF() - SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS})