From: abn Date: Fri, 12 Sep 2014 13:07:07 +0000 (+0200) Subject: Minor: vtkEDFCutter removed from CMakeLists.txt X-Git-Tag: V7_5_0a1~1^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=43bb64dba8adbdfc411ca97d05250d4eabbbef69;p=modules%2Fparavis.git Minor: vtkEDFCutter removed from CMakeLists.txt --- diff --git a/src/PVGUI/CMakeLists.txt b/src/PVGUI/CMakeLists.txt index 84dec7b1..cc6fcf1d 100644 --- a/src/PVGUI/CMakeLists.txt +++ b/src/PVGUI/CMakeLists.txt @@ -130,8 +130,8 @@ QT4_ADD_RESOURCES(_rcc_SOURCES ${_rcc_RESOURCES}) QT4_WRAP_CPP(_moc_SOURCES ${_moc_HEADERS}) # sources / EDF specific stuff -INCLUDE(vtkWrapClientServer) -VTK_WRAP_ClientServer(vtkEDFCutterCS vtkEDFCutter_SRCS ${GUI_ROOT_DIR}/include/salome/vtkEDFCutter.h) +#INCLUDE(vtkWrapClientServer) +#VTK_WRAP_ClientServer(vtkEDFCutterCS vtkEDFCutter_SRCS ${GUI_ROOT_DIR}/include/salome/vtkEDFCutter.h) # sources / static SET(_other_SOURCES @@ -172,7 +172,7 @@ SET(PVGUI_SOURCES ${_other_SOURCES} ${_moc_SOURCES} ${_rcc_SOURCES} - ${vtkEDFCutter_SRCS} +# ${vtkEDFCutter_SRCS} ${_VTK_wrap_SOURCES} ${_ui_FORMS_HEADERS} )