From 432cc8efe85e9fae094dc4dd2403f03a061b3074 Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Thu, 9 Feb 2017 18:20:55 +0100 Subject: [PATCH] menage --- Editeur/CMakeLists.txt | 1 - convert/CMakeLists.txt | 24 ------------------------ 2 files changed, 25 deletions(-) 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 -- 2.39.2