[wxVTK] wxVTK CMakeLists.txt,1.30,1.31
Brought to you by:
malat
From: Mathieu M. <ma...@us...> - 2008-10-20 12:41:24
|
Update of /cvsroot/wxvtk/wxVTK In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32064 Modified Files: CMakeLists.txt Log Message: ENH: warn user Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/CMakeLists.txt,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** CMakeLists.txt 26 Aug 2008 16:32:21 -0000 1.30 --- CMakeLists.txt 20 Oct 2008 12:41:16 -0000 1.31 *************** *** 17,20 **** --- 17,24 ---- INCLUDE(${VTK_USE_FILE}) + IF(NOT VTK_USE_HYBRID) + MESSAGE(FATAL_ERROR "You need to turn VTK_USE_HYBRID ON to vtkImagePlaneWidget.h") + ENDIF(NOT VTK_USE_HYBRID) + #----------------------------------------------------------------------------- SET (EXECUTABLE_OUTPUT_PATH ${wxVTKSample_BINARY_DIR}/bin CACHE PATH "Single output directory for building all executables.") |