X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FCMakeLists.txt;h=8fca10f7339a49190f06a97a311146a4155a4f83;hb=0e8a803e673f4abf2fc951c94ec45010726e6e4b;hp=325f79834ce295309010ff6f210094f9e875887a;hpb=4dbcade530997e6b2a07c567778a4292ea801c93;p=modules%2Fparavis.git diff --git a/src/Plugins/CMakeLists.txt b/src/Plugins/CMakeLists.txt index 325f7983..8fca10f7 100755 --- a/src/Plugins/CMakeLists.txt +++ b/src/Plugins/CMakeLists.txt @@ -23,6 +23,7 @@ SET(_subdirs MEDReader # TableReader ElevationSurface + GhostCellsGenerator ScaleVector EllipseBuilder DifferenceTimesteps @@ -31,9 +32,11 @@ SET(_subdirs ) IF(NOT SALOME_LIGHT_ONLY) - LIST(APPEND _subdirs - ParaMEDCorba - ) + IF(SALOME_PARAVIS_BUILD_CORBA_PLUGINS) + LIST(APPEND _subdirs + ParaMEDCorba + ) + ENDIF() ENDIF() IF(SALOME_PARAVIS_USE_GEOM_SOURCE)