From: TMA Salome Date: Thu, 27 Apr 2017 12:21:51 +0000 (+0200) Subject: Bug fix with a missing file in convert. X-Git-Tag: V8_3_0~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=802662260ce9be5fb3d3de2e907ff1d376e3614e;p=tools%2Feficas.git Bug fix with a missing file in convert. --- diff --git a/convert/CMakeLists.txt b/convert/CMakeLists.txt index ceedef9e..ca96efdc 100644 --- a/convert/CMakeLists.txt +++ b/convert/CMakeLists.txt @@ -20,7 +20,7 @@ # ====================================================================== install ( FILES __init__.py parseur_python.py convert_python.py convert_TELEMAC.py - convert_file_from_template.py convert_map.py + convert_map.py DESTINATION ${CMAKE_INSTALL_PREFIX}/convert )