From: Thomas W. <tho...@us...> - 2007-10-08 06:25:38
|
Update of /cvsroot/octaviz/octaviz/IO In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7907/IO Modified Files: CMakeLists.txt Log Message: Simplify interface of OCTAVE_WRAP_VTK Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/octaviz/octaviz/IO/CMakeLists.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CMakeLists.txt 25 Dec 2006 20:12:50 -0000 1.2 +++ CMakeLists.txt 8 Oct 2007 06:25:40 -0000 1.3 @@ -1,5 +1,5 @@ SET( KIT_WRAP_DEPS Filtering ) -OCTAVE_WRAP_VTK( IO IO "${KIT_WRAP_DEPS}") +OCTAVE_WRAP_VTK( IO "${KIT_WRAP_DEPS}") ADD_CUSTOM_TARGET( IO ALL COMMAND touch IO DEPENDS ${all_oct} ) INSTALL_PROGRAMS( ${OCT_INST_DIR}/octaviz ${all_oct} ) #INSTALL_PROGRAMS(${OCT_INST_DIR}/octaviz vtkIO.oct) |