From 43bb64dba8adbdfc411ca97d05250d4eabbbef69 Mon Sep 17 00:00:00 2001 From: abn Date: Fri, 12 Sep 2014 15:07:07 +0200 Subject: [PATCH] Minor: vtkEDFCutter removed from CMakeLists.txt --- src/PVGUI/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} ) -- 2.39.2