[wxVTK] wxVTK CMakeLists.txt,1.32,1.33
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2008-10-21 14:15:41
|
Update of /cvsroot/wxvtk/wxVTK In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27448 Modified Files: CMakeLists.txt Log Message: COMP: fix comp on vtk 4.4 Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/CMakeLists.txt,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** CMakeLists.txt 21 Oct 2008 08:12:20 -0000 1.32 --- CMakeLists.txt 21 Oct 2008 14:15:28 -0000 1.33 *************** *** 115,118 **** --- 115,120 ---- IF( "${VTK_MAJOR_VERSION}" STREQUAL "5") LINK_LIBRARIES( vtkWidgets ) + ELSE( "${VTK_MAJOR_VERSION}" STREQUAL "5") + LINK_LIBRARIES( vtkHybrid ) ENDIF( "${VTK_MAJOR_VERSION}" STREQUAL "5") |