Salome HOME
updated copyright message
[modules/geom.git] / src / GEOM_PY / CMakeLists.txt
index f52a5bd461bd886c3ffad0da7a6def39046b89d9..55b5134889ff9009b65d1fc12395f0c497a8ed8b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2020  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2023  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
@@ -22,7 +22,6 @@ ADD_SUBDIRECTORY( structelem )
 # scripts / python
 
 SET(_python_SCRIPTS
-  __init__.py
   geomtools.py
   sketcher.py
   )
@@ -30,3 +29,4 @@ SET(_python_SCRIPTS
 # --- rules ---
 
 SALOME_INSTALL_SCRIPTS("${_python_SCRIPTS}" ${SALOME_INSTALL_PYTHON}/salome/geom)
+SALOME_CONFIGURE_FILE(__init__.py __init__.py INSTALL ${SALOME_INSTALL_PYTHON}/salome/geom)