Salome HOME
Bug fix with a missing file in convert.
[tools/eficas.git] / convert / CMakeLists.txt
index e7614b0f4225c7c90c22afdde65717ce8a8a0aa3..ca96efdcbe14f7b8a35b14c4c35d664b5259c7c4 100644 (file)
 #
 # ======================================================================
 
-install ( FILES __init__.py parseur_python.py convert_python.py
-                convert_file_from_template.py
+install ( FILES __init__.py parseur_python.py convert_python.py convert_TELEMAC.py
+                convert_map.py
           DESTINATION ${CMAKE_INSTALL_PREFIX}/convert
         )
 
 
-# Installation des fichiers : MAP
-if (WITH_MAP)
-  install ( FILES convert_map.py
-            DESTINATION ${CMAKE_INSTALL_PREFIX}/convert
-          )
-endif (WITH_MAP)
 
 
 ### Local Variables: