Salome HOME
0023025: [CEA 1444] In built-in server mode, the mouse becomes a hourglass pointer...
[modules/paravis.git] / src / PV_SWIG / CMakeLists.txt
index 0e26931b29361a8659a3b6d74ee87f724a1b33e3..769189a2476091ff0cd8f778bce5d34b4002060e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2015  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
-      no_wrap/pvserver.py
-      no_wrap/pvsimple.py
-      no_wrap/presentations.py
-      no_wrap/paravisSM.py
-    )
-  ELSE()
-    LIST(APPEND _PYFILES_TO_INSTALL
-      paravis.py
-      paravisSM.py
+      pvserver.py
       pvsimple.py
       presentations.py
+      paravisSM.py
     )
-  ENDIF()
 ENDIF(SALOME_LIGHT_ONLY)
 
 INSTALL_AND_COMPILE_PYTHON_FILE("${_PYFILES_TO_INSTALL}" ${SALOME_INSTALL_PYTHON})