Salome HOME
0023224: [CEA 1709] Error with numpy with Windows version of SALOME
[modules/smesh.git] / src / Tools / Verima / CMakeLists.txt
index 269d6d9aef9bd1f4a7cac1269a77eb7ed1548697..8334ae67d7b880d37dd3b10808a921cdf3625f8b 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2012-201 EDF R&D
 #
 # 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
@@ -23,7 +23,6 @@ ADD_SUBDIRECTORY(CreeDocuments)
 IF(SALOME_BUILD_GUI)
   ADD_SUBDIRECTORY(Gui)
 ENDIF(SALOME_BUILD_GUI)
-ADD_SUBDIRECTORY(Scripts)
 ADD_SUBDIRECTORY(Stats)
 ADD_SUBDIRECTORY(Base)
 
@@ -32,7 +31,6 @@ ADD_SUBDIRECTORY(Base)
 # scripts / static
 SET(plugin_SCRIPTS
   ajoutEnreg.py
-  changeVersion.py
   compareVersions.py
   createDatabase.py
   lance.py
@@ -41,4 +39,4 @@ SET(plugin_SCRIPTS
 
 # --- rules ---
 
-SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_SMESH_INSTALL_PLUGINS})
+SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_SMESH_INSTALL_PLUGINS}/Verima)