X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPV_SWIG%2FCMakeLists.txt;h=e77b077a950118c1cbeaf323c4293451593a198f;hb=4095225705684389c98367e7ba154be482dfd468;hp=64fe2f88bf6f0828c3ff9ef305fc02156c5597a7;hpb=866822387420d8da61654fcabf49a9e51308c507;p=modules%2Fparavis.git diff --git a/src/PV_SWIG/CMakeLists.txt b/src/PV_SWIG/CMakeLists.txt index 64fe2f88..e77b077a 100644 --- a/src/PV_SWIG/CMakeLists.txt +++ b/src/PV_SWIG/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2014 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -25,23 +25,14 @@ IF(SALOME_LIGHT_ONLY) presentations.py ) ELSE(SALOME_LIGHT_ONLY) - IF(SALOME_PARAVIS_MINIMAL_CORBA) - # Use another set of Python files redirecting the API directly + # Use a set of Python files redirecting the API directly # to the original ParaView modules. LIST(APPEND _PYFILES_TO_INSTALL - paravis.py + pvserver.py pvsimple.py presentations.py paravisSM.py ) - ELSE() - LIST(APPEND _PYFILES_TO_INSTALL - VTKWrapping/paravis.py - VTKWrapping/paravisSM.py - VTKWrapping/pvsimple.py - VTKWrapping/presentations.py - ) - ENDIF() ENDIF(SALOME_LIGHT_ONLY) -INSTALL_AND_COMPILE_PYTHON_FILE("${_PYFILES_TO_INSTALL}" ${SALOME_INSTALL_SCRIPT_PYTHON}) +SALOME_INSTALL_SCRIPTS("${_PYFILES_TO_INSTALL}" ${SALOME_INSTALL_PYTHON})