[wxVTK] wxVTK CMakeLists.txt,1.35,1.36
Brought to you by:
malat
From: Mathieu M. <ma...@us...> - 2008-10-21 21:42:50
|
Update of /cvsroot/wxvtk/wxVTK In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23286 Modified Files: CMakeLists.txt Log Message: COMP: fix comp thanks to genesy genesy for report Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/CMakeLists.txt,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** CMakeLists.txt 21 Oct 2008 15:30:17 -0000 1.35 --- CMakeLists.txt 21 Oct 2008 21:42:44 -0000 1.36 *************** *** 101,105 **** ) - IF( "${VTK_MAJOR_VERSION}" STREQUAL "5") # need vtkrenderwindow::finalize which has been added ~VTK 5.0 SET(SRCS_VTKNotebook --- 101,104 ---- *************** *** 107,111 **** src/wxVTKRenderWindowInteractor.cxx ) - ENDIF( "${VTK_MAJOR_VERSION}" STREQUAL "5") IF(NOT VTK_USE_RENDERING) --- 106,109 ---- *************** *** 139,143 **** --- 137,143 ---- ADD_EXECUTABLE(wxImageViewer ${GUI_EXECUTABLE} ${SRCS_ImageViewer}) ADD_EXECUTABLE(wxMedical3 ${GUI_EXECUTABLE} ${SRCS_Medical3}) + IF( "${VTK_MAJOR_VERSION}" STREQUAL "5") ADD_EXECUTABLE(wxVTKNotebook ${GUI_EXECUTABLE} ${SRCS_VTKNotebook}) + ENDIF( "${VTK_MAJOR_VERSION}" STREQUAL "5") INSTALL(TARGETS |