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 2c8f4513275328bf38724b40a1952ad170fd8438..769189a2476091ff0cd8f778bce5d34b4002060e 100644 (file)
@@ -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})