X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=d8b99daa943acefdc758131741deee9fc4cb350e;hb=aca1d12b1c75afad8ed53308b3c4a7d6cc826a79;hp=dfc879d5cb1423a64518d533e4f4304bfcc8f74c;hpb=f97aa0a72a48a5411faa8d0defd3cf4b54f4c305;p=modules%2Fparavis.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index dfc879d5..d8b99daa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2014 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 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 @@ -24,13 +24,8 @@ SET(_subdirs IF(NOT SALOME_LIGHT_ONLY) LIST(APPEND _subdirs - ENGINE PVGUI ) - IF(NOT SALOME_PARAVIS_MINIMAL_CORBA) - # Append in first position - LIST(INSERT _subdirs 0 VTKWrapping) - ENDIF() ENDIF(NOT SALOME_LIGHT_ONLY) IF(SALOME_PARAVIS_BUILD_PLUGINS) @@ -41,6 +36,3 @@ FOREACH(dir ${_subdirs}) ADD_SUBDIRECTORY(${dir}) ENDFOREACH() -SET(WRAP_IDL_I_HH "${WRAP_IDL_I_HH}" PARENT_SCOPE) -SET(WRAP_IDL_I_CC "${WRAP_IDL_I_CC}" PARENT_SCOPE) -