]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
tmp fbt/pv44
authorFlorian BRUNET <FB15EB3N@dsp0657834.(none)>
Fri, 25 Sep 2015 15:39:06 +0000 (17:39 +0200)
committerFlorian BRUNET <FB15EB3N@dsp0657834.(none)>
Fri, 25 Sep 2015 15:39:06 +0000 (17:39 +0200)
src/PVViewer/CMakeLists.txt
src/SALOME_PY/SalomePy.cxx

index 65d5f73b595c4a8887685579a15559fb6fd07a48..c81bdd4d396ad3e93faee646d1ecbf5359745cc5 100644 (file)
@@ -47,7 +47,7 @@ SET(_link_LIBRARIES
   Event 
   PVServerService
   pqApplicationComponents
-  vtkRenderingFreeTypeOpenGL
+#  vtkRenderingFreeTypeOpenGL
   )
 
 # --- headers ---
index c21f345b3ed664f8110cdf2876f7e89b918341a6..8c46aaa3e9a796ac0ccfcd1be5d27170df9485ed 100755 (executable)
@@ -227,7 +227,7 @@ public:
 #if VTK_XVERSION < 50700
       myResult = PyVTKObject_New( aPyClass, aVTKObject );
 #else
-      myResult = PyVTKObject_New( aPyClass, NULL, aVTKObject );
+      //      myResult = PyVTKObject_New( aPyClass, NULL, aVTKObject );
 #endif
     }
   }
@@ -280,7 +280,7 @@ public:
 #if VTK_XVERSION < 50700
       myResult = PyVTKObject_New( aPyClass, aVTKObject );
 #else
-      myResult = PyVTKObject_New( aPyClass, NULL, aVTKObject );
+      //      myResult = PyVTKObject_New( aPyClass, NULL, aVTKObject );
 #endif
     }
   }
@@ -333,7 +333,7 @@ public:
 #if VTK_XVERSION < 50700
       myResult = PyVTKObject_New( aPyClass, aVTKObject );
 #else
-      myResult = PyVTKObject_New( aPyClass, NULL, aVTKObject );
+      //      myResult = PyVTKObject_New( aPyClass, NULL, aVTKObject );
 #endif
     }
   }