[wxVTK] wxVTK CMakeLists.txt,1.31,1.32
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2008-10-21 08:12:33
|
Update of /cvsroot/wxvtk/wxVTK In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5098 Modified Files: CMakeLists.txt Log Message: DOC: fix comment Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/CMakeLists.txt,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** CMakeLists.txt 20 Oct 2008 12:41:16 -0000 1.31 --- CMakeLists.txt 21 Oct 2008 08:12:20 -0000 1.32 *************** *** 18,22 **** IF(NOT VTK_USE_HYBRID) ! MESSAGE(FATAL_ERROR "You need to turn VTK_USE_HYBRID ON to vtkImagePlaneWidget.h") ENDIF(NOT VTK_USE_HYBRID) --- 18,22 ---- IF(NOT VTK_USE_HYBRID) ! MESSAGE(FATAL_ERROR "You need to turn VTK_USE_HYBRID:ON (for vtkImagePlaneWidget.h)") ENDIF(NOT VTK_USE_HYBRID) |