From: pascale.noyret Date: Thu, 9 Feb 2017 17:20:55 +0000 (+0100) Subject: menage X-Git-Tag: Salome_8_3_Hydro_2_0rc1~85 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=432cc8efe85e9fae094dc4dd2403f03a061b3074;p=modules%2Feficas.git menage --- diff --git a/Editeur/CMakeLists.txt b/Editeur/CMakeLists.txt index 4822f844..3be146e4 100644 --- a/Editeur/CMakeLists.txt +++ b/Editeur/CMakeLists.txt @@ -27,7 +27,6 @@ install ( DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PATTERN Patrons EXCLUDE PATTERN CVS EXCLUDE ) -add_subdirectory (Patrons) ### Local Variables: ### mode: cmake 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