From: Thomas W. <tho...@us...> - 2007-10-08 06:25:38
|
Update of /cvsroot/octaviz/octaviz/Patented In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7907/Patented Modified Files: CMakeLists.txt Log Message: Simplify interface of OCTAVE_WRAP_VTK Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/octaviz/octaviz/Patented/CMakeLists.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CMakeLists.txt 21 Sep 2004 22:50:38 -0000 1.1.1.1 +++ CMakeLists.txt 8 Oct 2007 06:25:40 -0000 1.2 @@ -1,4 +1,4 @@ SET(KIT_WRAP_DEPS Rendering) -OCTAVE_WRAP_VTK(Patented PATENTED "${KIT_WRAP_DEPS}") +OCTAVE_WRAP_VTK(Patented "${KIT_WRAP_DEPS}") INSTALL_PROGRAMS(${OCT_INST_DIR}/octaviz ${all_oct}) -#INSTALL_PROGRAMS(${OCT_INST_DIR}/octaviz vtkPatented.oct) \ No newline at end of file +#INSTALL_PROGRAMS(${OCT_INST_DIR}/octaviz vtkPatented.oct) |