X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2FCMakeLists.txt;h=d19f8dc75ca40a2212e60762deee1c1394f927dd;hb=d8edd4804d9e6513a17c497c1a30326d4ba0d677;hp=b8e97065a6e1cbc3fa1291b33d01a1d9a516a42b;hpb=718e0abe0126e5e53b3ba41fff1028efcf5bc887;p=modules%2Fkernel.git diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt old mode 100755 new mode 100644 index b8e97065a..d19f8dc75 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 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})