X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=convert%2FCMakeLists.txt;h=e7614b0f4225c7c90c22afdde65717ce8a8a0aa3;hb=217a9ce2f303b098ad28d282bb0df2dfeeeed3c2;hp=2ce0bfc50a58c9c282c8bfcfda855697f90f541f;hpb=61f2a263b67981f299c496ce7ef8bccc3ac6e68b;p=tools%2Feficas.git diff --git a/convert/CMakeLists.txt b/convert/CMakeLists.txt index 2ce0bfc5..e7614b0f 100644 --- a/convert/CMakeLists.txt +++ b/convert/CMakeLists.txt @@ -24,24 +24,6 @@ install ( FILES __init__.py parseur_python.py convert_python.py DESTINATION ${CMAKE_INSTALL_PREFIX}/convert ) -# Installation des fichiers : Open TURNS -if (WITH_OPENTURNS) - install ( FILES convert_openturns_study.py convert_openturns_wrapper.py - DESTINATION ${CMAKE_INSTALL_PREFIX}/convert - ) -endif (WITH_OPENTURNS) - -# Installation des fichiers : Aster -if (WITH_ASTER) - install ( FILES convert_asterv5.py - DESTINATION ${CMAKE_INSTALL_PREFIX}/convert - ) - install ( DIRECTORY Parserv5 - DESTINATION ${CMAKE_INSTALL_PREFIX}/convert - FILES_MATCHING PATTERN *.py PATTERN *.tag PATTERN README - PATTERN CVS EXCLUDE - ) -endif (WITH_ASTER) # Installation des fichiers : MAP if (WITH_MAP) @@ -50,12 +32,6 @@ if (WITH_MAP) ) endif (WITH_MAP) -# Installation des fichiers : SEP -if (WITH_SEP) - install ( FILES convert_SEP.py - DESTINATION ${CMAKE_INSTALL_PREFIX}/convert - ) -endif (WITH_SEP) ### Local Variables: ### mode: cmake