X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2FCMakeLists.txt;h=f24c23b2e40adf30218199fcb941662921b0a4c4;hb=8e7fcacce8cd0ee1786a4c2d5b1f8d21a76199b9;hp=f0579e15f1c6cf878dabdec45fdb2fad4b1508c6;hpb=51330c5fd253e0f16d7d93933210ae2bba2a7aa0;p=samples%2Fpyhello.git diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index f0579e1..f24c23b 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2012-2013 CEA/DEN, EDF R&D +# Copyright (C) 2012-2022 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 # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,14 +18,14 @@ # SALOME_CONFIGURE_FILE(VERSION.in VERSION INSTALL ${SALOME_INSTALL_BINS}) -SALOME_CONFIGURE_FILE(runAppli.in runAppli INSTALL ${SALOME_INSTALL_BINS}) +SALOME_CONFIGURE_FILE(runPYHELLO.in runPYHELLO INSTALL ${SALOME_INSTALL_BINS} EXEC_PERMS) # =============================================================== # Files to be installed # =============================================================== SET(_bin_scripts - myrunSalome.py + runPYHELLO.py ) SALOME_INSTALL_SCRIPTS("${_bin_scripts}" ${SALOME_INSTALL_SCRIPT_SCRIPTS})