]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Not generating VTK class list when in MINIMAL CORBA mode
authorbruneton <bruneton>
Fri, 25 Oct 2013 15:04:06 +0000 (15:04 +0000)
committerbruneton <bruneton>
Fri, 25 Oct 2013 15:04:06 +0000 (15:04 +0000)
CMakeLists.txt

index e50d4d920635abffe0dc72939bf184700ffb4b6d..01ec5895438d353206e7ba2a59246158e632c858 100644 (file)
@@ -195,7 +195,7 @@ MARK_AS_ADVANCED(SALOME_INSTALL_AMCONFIG_LOCAL SALOME_INSTALL_DOC SALOME_PARAVIS
 
 ## Generation of the list of VTK classes (to be wrapped into IDLs) 
 ## =====================================
-IF(NOT SALOME_LIGHT_ONLY)
+IF(NOT SALOME_LIGHT_ONLY AND NOT SALOME_PARAVIS_MINIMAL_CORBA)
   # TODO: the below requires ParaView in the PYTHONPATH ... not so nice:
   MESSAGE(STATUS "Generating list of wrapped VTK classes ...")
   LIST(GET PARAVIEW_INCLUDE_DIRS 0 PARAVIEW_INCLUDE_DIR0)