[wxVTK] wxVTK CMakeLists.txt,1.33,1.34
Brought to you by:
malat
From: Mathieu M. <ma...@us...> - 2008-10-21 14:53:11
|
Update of /cvsroot/wxvtk/wxVTK In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30289 Modified Files: CMakeLists.txt Log Message: COMP: fix compilation for vtkrw::finalize Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/CMakeLists.txt,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** CMakeLists.txt 21 Oct 2008 14:15:28 -0000 1.33 --- CMakeLists.txt 21 Oct 2008 14:53:02 -0000 1.34 *************** *** 101,108 **** --- 101,111 ---- ) + IF( "${VTK_MAJOR_VERSION}" STREQUAL "5") + # need vtkrenderwindow::finalize which has been added ~VTK 5.0 SET(SRCS_VTKNotebook Sample/wxVTKNotebook.cxx src/wxVTKRenderWindowInteractor.cxx ) + ENDIF( "${VTK_MAJOR_VERSION}" STREQUAL "5") IF(NOT VTK_USE_RENDERING) |