From 7fe61cee3b5f667bff272e3997ac5d86adcd1a3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Aguerre?= Date: Wed, 22 Jul 2015 18:38:16 +0200 Subject: [PATCH] loading image as datasource relies on tui --- src/MEDOP/exe/image2med/CMakeLists.txt | 1 - src/MEDOP/tui/medpresentation/CMakeLists.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MEDOP/exe/image2med/CMakeLists.txt b/src/MEDOP/exe/image2med/CMakeLists.txt index 1a91aa5d3..7629f5802 100644 --- a/src/MEDOP/exe/image2med/CMakeLists.txt +++ b/src/MEDOP/exe/image2med/CMakeLists.txt @@ -19,7 +19,6 @@ SET(MED_PYTHON_SCRIPTS image2med.py - xmedimages.py ) INSTALL(FILES ${MED_PYTHON_SCRIPTS} DESTINATION ${SALOME_INSTALL_BINS}/med PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ) diff --git a/src/MEDOP/tui/medpresentation/CMakeLists.txt b/src/MEDOP/tui/medpresentation/CMakeLists.txt index c76faf093..04121212d 100644 --- a/src/MEDOP/tui/medpresentation/CMakeLists.txt +++ b/src/MEDOP/tui/medpresentation/CMakeLists.txt @@ -20,6 +20,7 @@ SET(PYFILES_TO_INSTALL __init__.py medpresentation.py + xmedimages.py ) SALOME_INSTALL_SCRIPTS("${PYFILES_TO_INSTALL}" ${SALOME_INSTALL_PYTHON}/medpresentation) -- 2.39.2